# HG changeset patch
# User nemo
# Date 1349842441 14400
# Node ID 8d5d6b1be9ba3a3a2cd42cbd8f9f9457a84ac2d0
# Parent  abcc7012de0bc677719a51cccd7e5df40370d75e
no. still doesn't work right

diff -r abcc7012de0b -r 8d5d6b1be9ba hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Wed Oct 10 00:40:00 2012 +0400
+++ b/hedgewars/GSHandlers.inc	Wed Oct 10 00:14:01 2012 -0400
@@ -5351,7 +5351,7 @@
                 0:  begin 
                     flipSurface(surf, true);
                     flipSurface(surf, true);
-                    BlitImageAndGenerateCollisionInfo(gx-(w-tx), gy+(w-ty), w, surf)
+                    BlitImageAndGenerateCollisionInfo(gx-(w-tx), gy-(h-ty), w, surf)
                     end;
                 1:  begin
                     flipSurface(surf, false);
@@ -5362,7 +5362,7 @@
                     end;
                 3:  begin
                     flipSurface(surf, true);
-                    BlitImageAndGenerateCollisionInfo(gx-tx, gy+(w-ty), w, surf)
+                    BlitImageAndGenerateCollisionInfo(gx-tx, gy-(h-ty), w, surf)
                     end
                 end;
             SDL_FreeSurface(surf);