pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src game_session.cxx,1.28,1.29


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src game_session.cxx,1.28,1.29
Date: 28 Feb 2003 22:14:07 -0000

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

Modified Files:
        game_session.cxx 
Log Message:
lala... bug fixing


Index: game_session.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_session.cxx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- game_session.cxx    26 Feb 2003 17:08:29 -0000      1.28
+++ game_session.cxx    28 Feb 2003 22:14:05 -0000      1.29
@@ -90,7 +90,6 @@
 void
 PingusGameSession::update (const GameDelta& delta)
 {
-#if 0
   // FIXME: Timing code could need another rewrite...
   if (server->is_finished())
     {
@@ -125,10 +124,12 @@
   
   // Client is independend of the update limit, well, not completly...
   client->update (delta);
-#endif
+
+#if 0
   // Move the game one loop further
   server->update ();
   client->update (delta);
+#endif
 }
 
 void





reply via email to

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