(svn r1169) -Fix: [Network] [ 1087591 ] When you want to be a spectator, you now

stay a spectator even if someone else joins.
This commit is contained in:
truelight
2004-12-19 10:24:45 +00:00
parent df995a32ed
commit 84475dc503
2 changed files with 5 additions and 8 deletions

View File

@@ -508,12 +508,6 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP)
_local_player = _network_playas - 1;
DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
}
// Remeber the player
if (_local_player != OWNER_SPECTATOR)
_network_playas = _local_player + 1;
else
_network_playas = OWNER_SPECTATOR;
}
return NETWORK_RECV_STATUS_OKAY;