pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2604 - trunk/src/worldmap


From: jave27
Subject: [Pingus-CVS] r2604 - trunk/src/worldmap
Date: Wed, 18 Jan 2006 19:35:28 +0100

Author: jave27
Date: 2006-01-18 19:35:21 +0100 (Wed, 18 Jan 2006)
New Revision: 2604

Modified:
   trunk/src/worldmap/level_dot.cxx
Log:
Fixed minor bug where level names showed up beneath dots on the worldmap.

Modified: trunk/src/worldmap/level_dot.cxx
===================================================================
--- trunk/src/worldmap/level_dot.cxx    2006-01-18 18:12:58 UTC (rev 2603)
+++ trunk/src/worldmap/level_dot.cxx    2006-01-18 18:35:21 UTC (rev 2604)
@@ -140,7 +140,7 @@
                       static_cast<int>(pos.x) - pos_correction,
                       static_cast<int>(pos.y - 40),
                       _(get_plf().get_levelname()), 
-                      1000);
+                      10000);
     }
   else
     {
@@ -155,7 +155,7 @@
                       static_cast<int>(pos.x) - pos_correction,
                       static_cast<int>(pos.y - 30),
                       _("locked"), 
-                      1000);
+                      10000);
     }
 
   if (maintainer_mode)
@@ -163,7 +163,7 @@
       gc.print_center(Fonts::pingus_small,
                       int(pos.x), int(pos.y - 56),
                       get_plf().get_resname(), 
-                      1000);
+                      10000);
     }
 }
 





reply via email to

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