pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src demo_recorder.cxx,1.9,1.10


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src demo_recorder.cxx,1.9,1.10
Date: 7 Oct 2002 13:12:49 -0000

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

Modified Files:
        demo_recorder.cxx 
Log Message:
groundpieces must not have a z-pos, so we zero it away. A correct fix would be 
probally to get completly rid of the z-pos, but that would cause other problems

Index: demo_recorder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/demo_recorder.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- demo_recorder.cxx   7 Oct 2002 12:25:07 -0000       1.9
+++ demo_recorder.cxx   7 Oct 2002 13:12:47 -0000       1.10
@@ -41,7 +41,6 @@
   if (!levelname.empty())
     {
       std::string filename = System::get_statdir() + "demos/" + levelname + 
"-" + get_date() + ".xml";
-      std::cout << "DemoRecorder: Writing demo to: " << filename << std::endl;
       out.open(filename.c_str());
 
       if (!out)
@@ -52,6 +51,7 @@
        }
       else
         {
+          std::cout << "DemoRecorder: Writing demo to: " << filename << 
std::endl;
           record_demo = true;
 
           // Write file header





reply via email to

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