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.41,1.42 worldobj_da


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.41,1.42 worldobj_data_factory.cxx,1.29,1.30
Date: 18 Feb 2003 11:28:43 -0000

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

Modified Files:
        pingus_main.cxx worldobj_data_factory.cxx 
Log Message:
removed a bunch of not so usefull output messages


Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pingus_main.cxx     16 Feb 2003 18:40:47 -0000      1.41
+++ pingus_main.cxx     18 Feb 2003 11:28:41 -0000      1.42
@@ -739,7 +739,11 @@
 
       init_clanlib();
       init_pingus();   
-      
+
+      // Avoid uglyness on window opening
+      CL_Display::clear_display();
+      CL_Display::flip_display();
+
       start_game();
     
       deinit_pingus();

Index: worldobj_data_factory.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj_data_factory.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- worldobj_data_factory.cxx   2 Nov 2002 20:46:10 -0000       1.29
+++ worldobj_data_factory.cxx   18 Feb 2003 11:28:41 -0000      1.30
@@ -150,7 +150,7 @@
 WorldObjDataFactory::create (const std::string& id,
                             xmlDocPtr doc, xmlNodePtr cur)
 {
-  std::cout << "WorldObjDataFactory::create (id, xmlDocPtr doc, xmlNodePtr 
cur)" << std::endl;
+  //std::cout << "WorldObjDataFactory::create (id, xmlDocPtr doc, xmlNodePtr 
cur)" << std::endl;
 
   std::map<std::string, WorldObjDataAbstractFactory*>::iterator it = 
factories.find(id);
   





reply via email to

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