eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/wxwin/printout.cc


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/printout.cc
Date: Sat, 05 Nov 2005 10:49:03 -0500

Index: eliot/wxwin/printout.cc
diff -u eliot/wxwin/printout.cc:1.7 eliot/wxwin/printout.cc:1.8
--- eliot/wxwin/printout.cc:1.7 Fri Nov  4 20:00:06 2005
+++ eliot/wxwin/printout.cc     Sat Nov  5 15:48:59 2005
@@ -24,6 +24,7 @@
 
 #include "dic.h"
 #include "game.h"
+#include "player.h"
 
 #include "configdb.h"
 #include "printout.h"
@@ -186,7 +187,7 @@
     // total points
     if (numline == m_game.getNRounds() + 1)
     {
-        str << m_game.getPlayerPoints(0);
+        str << m_game.getPlayer(0).getPoints();
         DRW(4);
     }
 #undef DIM




reply via email to

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