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 _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
