engine: client: ignore changelevel for old protocol
* Prevents engine from drawing too early during reconnect to a legacy coop server
This commit is contained in:
parent
9b86c3127a
commit
b77a4ed3a1
1 changed files with 3 additions and 1 deletions
|
@ -368,7 +368,9 @@ void CL_ParseLegacyServerMessage( sizebuf_t *msg )
|
|||
{
|
||||
int maxclients = cl.maxclients;
|
||||
|
||||
cls.changelevel = true;
|
||||
// we can only changelevel in singleplayer
|
||||
// and singleplayer always runs in current protocol
|
||||
// cls.changelevel = true;
|
||||
S_StopAllSounds( true );
|
||||
|
||||
Con_Printf( "Server changing, reconnecting\n" );
|
||||
|
|
Loading…
Add table
Reference in a new issue