Linefeed. *sigh*
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#include <playerinterface.h>
|
#include <playerinterface.h>
|
||||||
#include <handinterface.h>
|
#include <handinterface.h>
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@@ -341,7 +341,7 @@ ServerRecvStateInit::InternalProcess(ServerRecvThread &server, SessionWrapper se
|
|||||||
boost::shared_ptr<PlayerData> tmpPlayerData(
|
boost::shared_ptr<PlayerData> tmpPlayerData(
|
||||||
new PlayerData(m_curUniquePlayerId++, 0, PLAYER_TYPE_COMPUTER, PLAYER_RIGHTS_NORMAL));
|
new PlayerData(m_curUniquePlayerId++, 0, PLAYER_TYPE_COMPUTER, PLAYER_RIGHTS_NORMAL));
|
||||||
|
|
||||||
ostringstream name;
|
ostringstream name;
|
||||||
name << SERVER_COMPUTER_PLAYER_NAME << i;
|
name << SERVER_COMPUTER_PLAYER_NAME << i;
|
||||||
tmpPlayerData->SetName(name.str());
|
tmpPlayerData->SetName(name.str());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user