changeset 649 | 26166c87dc75 |
parent 622 | cedd47d956ec |
child 651 | 3710058bbd53 |
--- a/hedgewars/uGears.pas Thu Dec 13 13:51:55 2007 +0000 +++ b/hedgewars/uGears.pas Thu Dec 13 14:15:56 2007 +0000 @@ -422,6 +422,7 @@ if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) and not isInMultiShoot then dec(TurnTimeLeft); +if (GameTicks and $FFFF) = $FFFF then SendIPCTimeInc; inc(GameTicks) end;