mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Fix for a bug with multiplayer demos causing the game to remain in a multiplayer mode after loading a single player savegame
git-svn-id: https://svn.eduke32.com/eduke32@256 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
268521021f
commit
b68ea8f84f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ int loadplayer(signed char spot)
|
|||
ready2send = 1;
|
||||
FTA(124,&ps[myconnectindex]);
|
||||
return 1;
|
||||
}
|
||||
} else ud.multimode = nump;
|
||||
|
||||
if(numplayers > 1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue