eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/game game.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot/game game.cpp
Date: Sun, 27 Jul 2008 15:26:15 +0000

CVSROOT:        /sources/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>      08/07/27 15:26:15

Modified files:
        game           : game.cpp 

Log message:
        Fixed a warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/game/game.cpp?cvsroot=eliot&r1=1.38&r2=1.39

Patches:
Index: game.cpp
===================================================================
RCS file: /sources/eliot/eliot/game/game.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- game.cpp    28 Jan 2008 19:17:34 -0000      1.38
+++ game.cpp    27 Jul 2008 15:26:15 -0000      1.39
@@ -280,7 +280,7 @@
         }
         pld.resetNew();
     }
-    else if (mode == RACK_NEW && nold == 0 || mode == RACK_ALL)
+    else if ((mode == RACK_NEW && nold == 0) || mode == RACK_ALL)
     {
         // Replace all the tiles in the bag before choosing random ones
         vector<Tile> tiles;




reply via email to

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