hedgewars/uGears.pas
changeset 7007 0ccdff4ae8e9
parent 6992 b8f3d8991e92
child 7010 10a0a31804f3
equal deleted inserted replaced
7004:45d43f372107 7007:0ccdff4ae8e9
  1300             @doStepNapalmBomb,
  1300             @doStepNapalmBomb,
  1301             @doStepSnowball,
  1301             @doStepSnowball,
  1302             @doStepSnowflake,
  1302             @doStepSnowflake,
  1303             @doStepStructure,
  1303             @doStepStructure,
  1304             @doStepLandGun,
  1304             @doStepLandGun,
  1305             @doStepTardis);
  1305             @doStepTardis,
       
  1306             @doStepIceGun);
  1306 begin
  1307 begin
  1307     doStepHandlers:= handlers;
  1308     doStepHandlers:= handlers;
  1308 
  1309 
  1309     RegisterVariable('skip', @chSkip, false);
  1310     RegisterVariable('skip', @chSkip, false);
  1310     RegisterVariable('hogsay', @chHogSay, true );
  1311     RegisterVariable('hogsay', @chHogSay, true );