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.12,1.13 worl


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.12,1.13 worldmap.cxx,1.34,1.35
Date: 25 Mar 2003 23:15:25 -0000

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

Modified Files:
        level_dot.cxx worldmap.cxx 
Log Message:
- some small bugfixes
- added support to remove object from selection

Index: level_dot.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/level_dot.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- level_dot.cxx       22 Mar 2003 23:28:51 -0000      1.12
+++ level_dot.cxx       25 Mar 2003 23:15:23 -0000      1.13
@@ -78,7 +78,7 @@
 LevelDot::on_click()
 {
   std::cout << "Starting level: " << levelname << std::endl;
-  ScreenManager::instance()->push_screen(new 
StartScreen(PLFResMgr::load_plf(levelname)),
+  ScreenManager::instance()->push_screen(new StartScreen(plf),
                                          true);
 }
 

Index: worldmap.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- worldmap.cxx        25 Mar 2003 00:37:44 -0000      1.34
+++ worldmap.cxx        25 Mar 2003 23:15:23 -0000      1.35
@@ -285,6 +285,7 @@
     {
       if (maintainer_mode)
         std::cout << "WorldMap: Clicked on: " << dot->get_name() << std::endl;
+        
       if (path_graph->lookup_node(dot->get_name()) == pingus->get_node())
         {
           if (maintainer_mode)





reply via email to

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