/[eliot]/eliot/wxwin/printout.cc
ViewVC logotype

Diff of /eliot/wxwin/printout.cc

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

revision 1.7 by ipkiss, Fri Nov 4 20:00:06 2005 UTC revision 1.8 by ipkiss, Sat Nov 5 15:48:59 2005 UTC
# Line 24  Line 24 
24    
25  #include "dic.h"  #include "dic.h"
26  #include "game.h"  #include "game.h"
27    #include "player.h"
28    
29  #include "configdb.h"  #include "configdb.h"
30  #include "printout.h"  #include "printout.h"
# Line 186  GamePrintout::DrawTextLine(wxDC *dc, int Line 187  GamePrintout::DrawTextLine(wxDC *dc, int
187      // total points      // total points
188      if (numline == m_game.getNRounds() + 1)      if (numline == m_game.getNRounds() + 1)
189      {      {
190          str << m_game.getPlayerPoints(0);          str << m_game.getPlayer(0).getPoints();
191          DRW(4);          DRW(4);
192      }      }
193  #undef DIM  #undef DIM

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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