camino-devel
[Top][All Lists]
Advanced

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

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


From: Pascal Audoux
Subject: [Camino-devel] camino/src/client Game-recv.cpp
Date: Sun, 09 Mar 2003 08:50:35 -0500

CVSROOT:        /cvsroot/camino
Module name:    camino
Changes by:     Pascal Audoux <address@hidden>  03/03/09 08:50:34

Modified files:
        src/client     : Game-recv.cpp 

Log message:
        minimal management of display of playable tiles

Patches:
Index: camino/src/client/Game-recv.cpp
diff -u camino/src/client/Game-recv.cpp:1.3 camino/src/client/Game-recv.cpp:1.4
--- camino/src/client/Game-recv.cpp:1.3 Sat Mar  8 17:38:09 2003
+++ camino/src/client/Game-recv.cpp     Sun Mar  9 08:50:34 2003
@@ -2,7 +2,7 @@
 **
 ** Camino
 **
-** Version : $Id: Game-recv.cpp,v 1.3 2003/03/08 22:38:09 Audoux Exp $
+** Version : $Id: Game-recv.cpp,v 1.4 2003/03/09 13:50:34 Audoux Exp $
 **
 ** Author(s) : Philippe Fremy, Pascal Audoux
 ** Creation : 04/03/2003
@@ -81,8 +81,10 @@
                || ( _state == StateWaitTurn ) ) {
                        _state = StatePlay;
                }
+               _board->displayPlayable( true );
                // do something
        } else {
+               _board->displayPlayable( false );
                _playerActive = false;
                if( _state == StatePlay ) {
                        _state = StateWaitTurn;




reply via email to

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