hedgewars/uGears.pas
changeset 7730 2013733f9ca9
parent 7721 2b1ad418ba39
child 7733 a1476c09403f
equal deleted inserted replaced
7729:c374746bb56e 7730:2013733f9ca9
  1339             @doStepStructure,
  1339             @doStepStructure,
  1340             @doStepLandGun,
  1340             @doStepLandGun,
  1341             @doStepTardis,
  1341             @doStepTardis,
  1342             @doStepIceGun,
  1342             @doStepIceGun,
  1343             @doStepAddAmmo,
  1343             @doStepAddAmmo,
  1344             @doStepGenericFaller);
  1344             @doStepGenericFaller,
       
  1345             @doStepKnife);
  1345 begin
  1346 begin
  1346     doStepHandlers:= handlers;
  1347     doStepHandlers:= handlers;
  1347 
  1348 
  1348     RegisterVariable('skip', @chSkip, false);
  1349     RegisterVariable('skip', @chSkip, false);
  1349     RegisterVariable('hogsay', @chHogSay, true );
  1350     RegisterVariable('hogsay', @chHogSay, true );