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 worldmap.cxx,1.35,1.36


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap worldmap.cxx,1.35,1.36
Date: 30 Mar 2003 20:43:54 -0000

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

Modified Files:
        worldmap.cxx 
Log Message:
fixed problems in the name handling of level file and savegame id's

Index: worldmap.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- worldmap.cxx        25 Mar 2003 23:15:23 -0000      1.35
+++ worldmap.cxx        30 Mar 2003 20:43:52 -0000      1.36
@@ -219,7 +219,7 @@
             {
               gc.print_center(Fonts::pingus_small,
                               mouse_x, mouse_y - 56,
-                              leveldot->get_plf()->get_filename());
+                              leveldot->get_plf()->get_resname());
             }
         }
     }





reply via email to

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