hedgewars/HHHandlers.inc
changeset 2769 82bfcc006afb
parent 2762 2fbc8d35eb52
child 2807 cd131de34d3d
--- a/hedgewars/HHHandlers.inc	Mon Feb 08 12:54:44 2010 +0000
+++ b/hedgewars/HHHandlers.inc	Mon Feb 08 15:56:43 2010 +0000
@@ -269,6 +269,7 @@
 const frametime = 200;
       timertime = frametime * 6;
 begin
+if PHedgehog(Gear^.Hedgehog)^.Unplaced then exit;
 if Gear^.Timer > 1 then
 	begin
 	AllInactive:= false;