Linefeed. *sigh*

This commit is contained in:
lotodore
2007-08-11 20:27:36 +00:00
parent 58c6bc7ddb
commit fd13bb56a1
+2 -2
View File
@@ -30,7 +30,7 @@
#include <playerinterface.h>
#include <handinterface.h>
#include <sstream>
#include <sstream>
using namespace std;
@@ -341,7 +341,7 @@ ServerRecvStateInit::InternalProcess(ServerRecvThread &server, SessionWrapper se
boost::shared_ptr<PlayerData> tmpPlayerData(
new PlayerData(m_curUniquePlayerId++, 0, PLAYER_TYPE_COMPUTER, PLAYER_RIGHTS_NORMAL));
ostringstream name;
ostringstream name;
name << SERVER_COMPUTER_PLAYER_NAME << i;
tmpPlayerData->SetName(name.str());