Incorrect Write function used

This commit is contained in:
Josh Allen
2004-09-02 23:47:02 +00:00
parent 7e1d449b31
commit 29f9214af1
+1 -1
View File
@@ -239,7 +239,7 @@ void StepManiaLanServer::GameOver(PacketFunctions &Packet, int clientNum) {
Reply.Write1( 4+128 );
Reply.Write1( (uint8_t) numPlayers );
for (int x = 0; x < numPlayers; x++)
Reply.Write4(playersPtr[x]->PlayerID);
Reply.Write1((uint8_t)playersPtr[x]->PlayerID);
for (int x = 0; x < numPlayers; x++)
Reply.Write4(playersPtr[x]->score);
for (int x = 0; x < numPlayers; x++)