changeset 2141 | 3b06505dbd5d |
parent 2140 | 75e5c4fcae2a |
child 2142 | 48ed98cfd119 |
--- a/hedgewars/GSHandlers.inc Mon Jun 01 17:04:36 2009 +0000 +++ b/hedgewars/GSHandlers.inc Mon Jun 01 18:30:48 2009 +0000 @@ -1710,6 +1710,8 @@ procedure doStepCakeExpl(Gear: PGear); begin +AllInactive:= false; + inc(Gear^.Tag); if Gear^.Tag < 2250 then exit; @@ -1764,6 +1766,8 @@ end; begin +AllInactive:= false; + inc(Gear^.Tag); if Gear^.Tag < 7 then exit;