hedgewars/uVisualGears.pas
changeset 7028 0f60591f3a16
parent 6999 486db9d26e4b
child 7151 ec15d9e1a7e3
equal deleted inserted replaced
7027:f264ad9d8965 7028:0f60591f3a16
    54 
    54 
    55 implementation
    55 implementation
    56 uses uSound, uMobile, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
    56 uses uSound, uMobile, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
    57 
    57 
    58 const cExplFrameTicks = 110;
    58 const cExplFrameTicks = 110;
       
    59 var VGCounter: LongWord;
    59 
    60 
    60 // For better maintainability the step handlers of visual gears are stored
    61 // For better maintainability the step handlers of visual gears are stored
    61 // in a separate file.
    62 // in a separate file.
    62 {$INCLUDE "VGSHandlers.inc"}
    63 {$INCLUDE "VGSHandlers.inc"}
    63 
    64