/[eliot]/eliot/game/board_cross.cpp
ViewVC logotype

Diff of /eliot/game/board_cross.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.3.2.1 by afrab, Sun Oct 23 17:16:23 2005 UTC
# Line 28  Line 28 
28    
29    
30  static void Board_checkout_tile(const Dictionary &iDic,  static void Board_checkout_tile(const Dictionary &iDic,
31                                  vector<Tile>& iTiles,                                  std::vector<Tile>& iTiles,
32                                  vector<bool> & iJoker,                                  std::vector<bool> & iJoker,
33                                  Cross &oCross,                                  Cross &oCross,
34                                  int& oPoints,                                  int& oPoints,
35                                  int index)                                  int index)
# Line 74  static void Board_checkout_tile(const Di Line 74  static void Board_checkout_tile(const Di
74              break;              break;
75      }      }
76    
77    #if 0
78    -     while (!iTiles[index].isEmpty())
79    +     while (!iTiles[index+1].isEmpty())
80    #endif
81    
82       /* Points on the right part */       /* Points on the right part */
83       while (!iTiles[index].isEmpty())       while (!iTiles[index+1].isEmpty())
84       {       {
85           index++;           index++;
86           if (!iJoker[index])           if (!iJoker[index])

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26