pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src true_server.cxx,1.10,1.11


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src true_server.cxx,1.10,1.11
Date: 28 Sep 2002 18:34:23 -0000

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

Modified Files:
        true_server.cxx 
Log Message:
- little bugfix

Index: true_server.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/true_server.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- true_server.cxx     28 Sep 2002 11:52:22 -0000      1.10
+++ true_server.cxx     28 Sep 2002 18:34:21 -0000      1.11
@@ -75,8 +75,8 @@
     }
   else
     {
-      std::cout << "Sleeping: " << time_till_next_update() << std::endl;
-      CL_System::sleep(time_till_next_update());
+      //std::cout << "Sleeping: " << time_till_next_update() << std::endl;
+      //CL_System::sleep(time_till_next_update());
     }
 }
 





reply via email to

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