pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor_help_screen.cxx,1.4,1.5


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor_help_screen.cxx,1.4,1.5
Date: 18 Feb 2003 11:28:43 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv12787/editor

Modified Files:
        editor_help_screen.cxx 
Log Message:
removed a bunch of not so usefull output messages


Index: editor_help_screen.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_help_screen.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- editor_help_screen.cxx      18 Feb 2003 10:30:31 -0000      1.4
+++ editor_help_screen.cxx      18 Feb 2003 11:28:41 -0000      1.5
@@ -40,7 +40,7 @@
   int x_pos;
   int y_pos;
 
-  x_pos = 32;
+  x_pos = 64;
   y_pos = 100;
   font->print_left (x_pos, y_pos +   0, _("F1 - show/hide this help screen"));
   font->print_left (x_pos, y_pos +  20, _("F2 - launch level building 
tutorial"));
@@ -78,7 +78,7 @@
   //font->print_left (x_pos, y_pos + 320, _(""));
   //font->print_left (x_pos, y_pos + 340, _(""));
   
-  x_pos = 32;
+  x_pos = 64;
   y_pos = 500;
   font->print_left (x_pos, y_pos + 0, _("Naming Convention: 
<LEVELNAME><NUMBER>-<CREATOR>.xml"));
 





reply via email to

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