pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2877 - in branches/pingus_sdl: . src


From: jsalmon3
Subject: [Pingus-CVS] r2877 - in branches/pingus_sdl: . src
Date: Mon, 13 Aug 2007 02:58:04 +0200

Author: jsalmon3
Date: 2007-08-13 02:57:56 +0200 (Mon, 13 Aug 2007)
New Revision: 2877

Modified:
   branches/pingus_sdl/TODO
   branches/pingus_sdl/src/font.cpp
Log:
Fixed font position



Modified: branches/pingus_sdl/TODO
===================================================================
--- branches/pingus_sdl/TODO    2007-08-12 20:38:54 UTC (rev 2876)
+++ branches/pingus_sdl/TODO    2007-08-13 00:57:56 UTC (rev 2877)
@@ -50,9 +50,6 @@
 
 - in old levels the exits float high up in the air (conversion likely wrong)
 
-- german translation has font align issue when not completling a level 
successfully:
-http://pingus.seul.org/~grumbel/tmp/pingus-20070812-184308-1.png
-
 - climber align in the actionbutton looks wrong
 
 - fix all those Windstille file headers and replace them with Pingus

Modified: branches/pingus_sdl/src/font.cpp
===================================================================
--- branches/pingus_sdl/src/font.cpp    2007-08-12 20:38:54 UTC (rev 2876)
+++ branches/pingus_sdl/src/font.cpp    2007-08-13 00:57:56 UTC (rev 2877)
@@ -182,7 +182,7 @@
           }
         else if (text[i] == '\n')
           {
-            dstx = x;
+            dstx = x - offset.x;
             dsty += surface->h;
           }
         else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]