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:
terminx 2006-08-04 01:13:31 +00:00
parent 268521021f
commit b68ea8f84f

View file

@ -133,7 +133,7 @@ int loadplayer(signed char spot)
ready2send = 1;
FTA(124,&ps[myconnectindex]);
return 1;
}
} else ud.multimode = nump;
if(numplayers > 1)
{