Author: grumbel
Date: 2007-10-29 05:53:35 +0100 (Mon, 29 Oct 2007)
New Revision: 3379

Modified:
   trunk/pingus/src/level_menu.cpp
Log:
- added delay, changed Levelname to Title

Modified: trunk/pingus/src/level_menu.cpp
===================================================================
--- trunk/pingus/src/level_menu.cpp     2007-10-29 04:46:22 UTC (rev 3378)
+++ trunk/pingus/src/level_menu.cpp     2007-10-29 04:53:35 UTC (rev 3379)
@@ -192,7 +192,7 @@
         //gc.draw_fillrect(Rect(Vector2i(0,0), Size(rect.get_width(), 
rect.get_height())),
         //                 Color(255, 255, 0, 100));
 
-        gc.print_left(Fonts::chalk_normal,  30, -32, "Levelname");
+        gc.print_left(Fonts::chalk_normal,  30, -32, "Title");
         gc.print_right(Fonts::chalk_normal, rect.get_width() - 30, - 32, 
"Status");
 
         int y = 0;
@@ -278,6 +278,7 @@
 LevelMenu::draw_background(DrawingContext& gc)
 {
   gc.draw(background, Vector2i(gc.get_width()/2, gc.get_height()/2));
+  SDL_Delay(10);
 }
 
 void



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to