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 manager.cxx,1.17,1.18


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap manager.cxx,1.17,1.18
Date: 15 Oct 2002 15:49:44 -0000

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

Modified Files:
        manager.cxx 
Log Message:
walking on the worldmap finally works! :)

Index: manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- manager.cxx 15 Oct 2002 15:48:49 -0000      1.17
+++ manager.cxx 15 Oct 2002 15:49:42 -0000      1.18
@@ -34,7 +34,7 @@
 
   // FIXME: The default startup map should be configurable by some file
   worldmap = boost::shared_ptr<WorldMap>
-    (new WorldMap (path_manager.complete("worldmaps/newvolcano.xml")));
+    (new WorldMap (path_manager.complete("worldmaps/volcano.xml")));
 
   //worldmap->on_startup ();
 





reply via email to

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