camino-devel
[Top][All Lists]
Advanced

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

[Camino-devel] camino/src/client Game.cpp


From: Philippe Fremy
Subject: [Camino-devel] camino/src/client Game.cpp
Date: Thu, 27 Feb 2003 18:21:35 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Philippe Fremy <address@hidden> 03/02/27 18:21:34

Modified files:
        src/client     : Game.cpp 

Log message:
        deactivate player when necessary

Patches:
Index: camino/src/client/Game.cpp
diff -u camino/src/client/Game.cpp:1.21 camino/src/client/Game.cpp:1.22
--- camino/src/client/Game.cpp:1.21     Thu Feb 27 14:34:07 2003
+++ camino/src/client/Game.cpp  Thu Feb 27 18:21:34 2003
@@ -2,7 +2,7 @@
 **
 ** Camino
 **
-** Version : $Id: Game.cpp,v 1.21 2003/02/27 19:34:07 pfremy Exp $
+** Version : $Id: Game.cpp,v 1.22 2003/02/27 23:21:34 pfremy Exp $
 **
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 15/01/2003
@@ -234,6 +234,8 @@
                qDebug("Game::recvActivePlayer - player activated");
                _playerActive = true;
                // do something
+       } else {
+               _playerActive = false;
        }
        displayServerMsg( playerName + " is now the active player" );
 }




reply via email to

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