hedgewars/GSHandlers.inc
changeset 2186 5ec3e4a03d51
parent 2185 cf8f98e75bf9
child 2187 66c0f9b3bd6f
--- a/hedgewars/GSHandlers.inc	Sun Jun 21 22:43:38 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Mon Jun 22 00:14:24 2009 +0000
@@ -2267,6 +2267,7 @@
 with HHGear^ do
 	begin
 	State:= State and not gstAttacking;
-	Message:= Message and not gm_Attack
+	Message:= Message and not gm_Attack;
+    dY:= dY - _0_2
 	end
 end;