hedgewars/uVisualGears.pas
changeset 8370 0c79946e96f8
parent 8204 9a6030d96273
child 8444 75db7bb8dce8
child 9080 9b42757d7e71
equal deleted inserted replaced
8369:31033e521653 8370:0c79946e96f8
    55 implementation
    55 implementation
    56 uses uSound, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
    56 uses uSound, uVariables, uTextures, uRender, Math, uRenderUtils, uStore, uUtils;
    57 
    57 
    58 const 
    58 const 
    59     cExplFrameTicks = 110;
    59     cExplFrameTicks = 110;
    60     cSmokeZ = 499;
    60     //cSmokeZ = 499;
    61 var VGCounter: LongWord;
    61 var VGCounter: LongWord;
    62     VisualGearLayers: array[0..6] of PVisualGear;
    62     VisualGearLayers: array[0..6] of PVisualGear;
    63 
    63 
    64 // For better maintainability the step handlers of visual gears are stored
    64 // For better maintainability the step handlers of visual gears are stored
    65 // in a separate file.
    65 // in a separate file.