eliot-dev
[Top][All Lists]
Advanced

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

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


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/auxframes.cc
Date: Fri, 04 Nov 2005 18:26:07 -0500

Index: eliot/wxwin/auxframes.cc
diff -u eliot/wxwin/auxframes.cc:1.13 eliot/wxwin/auxframes.cc:1.14
--- eliot/wxwin/auxframes.cc:1.13       Fri Nov  4 20:00:06 2005
+++ eliot/wxwin/auxframes.cc    Fri Nov  4 23:26:04 2005
@@ -161,7 +161,7 @@
     list<Tile>::const_iterator it;
     for (index = 0, it = allTiles.begin(); it != allTiles.end(); index++, it++)
     {
-        buf.Printf(format, it->toChar(), m_game.getNCharInBag(*it));
+        buf.Printf(format, it->toChar(), m_game.getBag().in(*it));
         tiles->InsertItem(index,buf);
     }
 }




reply via email to

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