pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.15,1.16


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.15,1.16
Date: 1 Apr 2003 21:54:58 -0000

Update of /var/lib/cvs/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv2591/worldmap

Modified Files:
        level_dot.cxx 
Log Message:
- added static compilation stuff to the main Makefile
- some small fixes

Index: level_dot.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/level_dot.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- level_dot.cxx       30 Mar 2003 22:09:33 -0000      1.15
+++ level_dot.cxx       1 Apr 2003 21:54:55 -0000       1.16
@@ -129,19 +129,19 @@
       gc.print_center(Fonts::pingus_small,
                       int(pos.x), int(pos.y - 30),
                       System::translate(get_plf()->get_levelname()));
-  
-      if (maintainer_mode)
-        {
-          gc.print_center(Fonts::pingus_small,
-                          int(pos.x), int(pos.y - 56),
-                          get_plf()->get_resname());
-        }
     }
   else
     {
       gc.print_center(Fonts::pingus_small,
                       int(pos.x), int(pos.y - 30),
                       _("locked"));
+    }
+
+  if (maintainer_mode)
+    {
+      gc.print_center(Fonts::pingus_small,
+                      int(pos.x), int(pos.y - 56),
+                      get_plf()->get_resname());
     }
 }
 





reply via email to

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