hedgewars/uWorld.pas
changeset 988 cdff3f6f9b38
parent 965 a4d5fc8eec7a
child 1023 2a32ee7affa3
--- a/hedgewars/uWorld.pas	Wed Jun 11 15:42:53 2008 +0000
+++ b/hedgewars/uWorld.pas	Wed Jun 11 20:27:09 2008 +0000
@@ -276,7 +276,7 @@
     with Captions[grp] do
          if Tex <> nil then
             begin
-            DrawCentered(cScreenWidth div 2, i + cConsoleYAdd, Tex);
+            DrawCentered(cScreenWidth div 2, i, Tex);
             inc(i, Tex^.h + 2);
             if EndTime <= RealTicks then
                begin
@@ -310,7 +310,7 @@
       end;
 
 // Lag alert
-if isInLag then DrawSprite(sprLag, 32, 32  + cConsoleYAdd, (RealTicks shr 7) mod 12);
+if isInLag then DrawSprite(sprLag, 32, 32, (RealTicks shr 7) mod 12);
 
 // Wind bar
 DrawSprite(sprWindBar, cScreenWidth - 180, cScreenHeight - 30, 0);