- attempt to get new network protocol working on arm

This commit is contained in:
Mark Vejvoda 2012-11-03 00:19:13 +00:00
parent 75acb075e8
commit 63ad898c72

View File

@ -719,7 +719,7 @@ void ConnectionSlot::update(bool checkForNewClients,int lockedSlotIndex) {
NetworkMessageIntro networkMessageIntro;
if(receiveMessage(&networkMessageIntro)) {
int msgSessionId = networkMessageIntro.getSessionId();
int32 msgSessionId = networkMessageIntro.getSessionId();
this->name= networkMessageIntro.getName();
this->versionString = networkMessageIntro.getVersionString();
this->connectedRemoteIPAddress = networkMessageIntro.getExternalIp();