hedgewars/GSHandlers.inc
changeset 1892 fddc1201df25
parent 1869 490005509a7b
child 1909 30fa1608b54f
--- a/hedgewars/GSHandlers.inc	Sun Mar 15 12:58:23 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Sun Mar 15 12:59:52 2009 +0000
@@ -687,6 +687,7 @@
 		begin
 		Message:= Message and not gm_Attack;
 		State:= State or gstMoving;
+		State:= State and not gstWinner;
 		end;
 	DeleteGear(Gear)
 	end;