eliot-dev
[Top][All Lists]
Advanced

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

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


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

Index: eliot/wxwin/mainframe.cc
diff -u eliot/wxwin/mainframe.cc:1.11 eliot/wxwin/mainframe.cc:1.12
--- eliot/wxwin/mainframe.cc:1.11       Fri Nov  4 20:00:06 2005
+++ eliot/wxwin/mainframe.cc    Sat Nov  5 15:48:59 2005
@@ -35,6 +35,7 @@
 #include "dic.h"
 #include "game.h"
 #include "game_factory.h"
+#include "player.h"
 
 #include "configdb.h"
 #include "confdimdlg.h"
@@ -349,7 +350,7 @@
     {
         text << wxT("coup:") << (m_game->getNRounds() + 1)
             << wxT(" ")
-            << wxT("points:") << m_game->getPlayerPoints(0);
+            << wxT("points:") << m_game->getPlayer(0).getPoints();
     }
     if (statusbar)
       statusbar->SetStatusText(text, 1);




reply via email to

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