equal
deleted
inserted
replaced
396 StopSound(sndPickhammer); |
396 StopSound(sndPickhammer); |
397 DeleteGear(Gear); |
397 DeleteGear(Gear); |
398 AfterAttack; |
398 AfterAttack; |
399 exit |
399 exit |
400 end; |
400 end; |
401 |
401 |
402 if (Gear^.Timer mod 33) = 0 then |
402 if (Gear^.Timer mod 33) = 0 then |
403 doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y) + 6, 6, EXPLDontDraw); |
403 doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y) + 6, 6, EXPLDontDraw); |
404 |
404 |
405 if (Gear^.Timer mod 47) = 0 then |
405 if (Gear^.Timer mod 47) = 0 then |
406 begin |
406 begin |