revision not in the gsoc report

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@14236 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hilnius 2013-10-11 22:29:05 +00:00
parent 26321be49d
commit a64f187844

View File

@ -523,7 +523,7 @@ void ServerLobbyRoomProtocol::playerRaceCountVote(Event* event)
data.removeFront(5); // remove the token
other += data; // add the data
NetworkString prefix;
prefix.ai8(0xc1); // prefix the token with the ype
prefix.ai8(0xc1); // prefix the token with the type
sendMessageToPeersChangingToken(prefix, other);
}
//-----------------------------------------------------------------------------