Fixed nasty GUI update bug in game list. Fixed compiler warning.

This commit is contained in:
lotodore
2007-09-04 17:38:13 +00:00
parent 46fe52aeb7
commit 6e7f2c06fc
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ private:
ServerLobbyThread::ServerLobbyThread(GuiInterface &gui, ConfigFile *playerConfig)
: m_gui(gui), m_playerConfig(playerConfig), m_curUniquePlayerId(0), m_curGameId(0)
: m_gui(gui), m_playerConfig(playerConfig), m_curGameId(0), m_curUniquePlayerId(0)
{
m_senderCallback.reset(new ServerSenderCallback(*this));
m_sender.reset(new SenderThread(GetSenderCallback()));