pingus-cvs
[Top][All Lists]
Advanced

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

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


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.15,1.16
Date: 16 Sep 2002 22:36:50 -0000

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

Modified Files:
        pingus_main.cxx 
Log Message:
editor saves now in the new groundpiece format

WARNING: this is not well tested and might trash your levels

Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pingus_main.cxx     14 Sep 2002 19:06:33 -0000      1.15
+++ pingus_main.cxx     16 Sep 2002 22:36:48 -0000      1.16
@@ -851,6 +851,11 @@
            }
        }    
     }
+  else
+    { // Start an empty editor workspace
+      if (start_editor)
+       ScreenManager::instance()->push_screen(Editor::instance (), false);
+    }
 
   // show the main menu, the rest of the game is spawn from there
   try {





reply via email to

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