Fixed compiler warnings.

This commit is contained in:
lotodore
2007-10-30 17:26:38 +00:00
parent cba5ee389e
commit 3ab6211009
+1 -1
View File
@@ -55,7 +55,7 @@ private:
ServerGameThread::ServerGameThread(ServerLobbyThread &lobbyThread, u_int32_t id, const string &name, const string &pwd, const GameData &gameData, unsigned adminPlayerId, GuiInterface &gui, ConfigFile *playerConfig)
: m_adminPlayerId(adminPlayerId), m_lobbyThread(lobbyThread), m_gui(gui), m_id(id),
m_name(name), m_gameData(gameData), m_password(pwd), m_playerConfig(playerConfig),
m_gameData(gameData), m_name(name), m_password(pwd), m_playerConfig(playerConfig),
m_curState(NULL), m_gameNum(1)
{
m_senderCallback.reset(new GameSenderCallback(*this));