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

Diff of /eliot/game/duplicate.cpp

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

revision 1.11 by ipkiss, Sat Nov 5 23:22:42 2005 UTC revision 1.12 by ipkiss, Sun Nov 6 00:38:16 2005 UTC
# Line 108  int Duplicate::start() Line 108  int Duplicate::start()
108          return 1;          return 1;
109      }      }
110    
111      PlayedRack pld = m_players[m_currPlayer]->getCurrentRack();      const PlayedRack& pld = m_players[m_currPlayer]->getCurrentRack();
112      /* All the players have the same rack */      /* All the players have the same rack */
113      for (int i = 0; i < getNPlayers(); i++)      for (int i = 0; i < getNPlayers(); i++)
114      {      {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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