mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 01:52:33 +00:00
Only set MV_MP in multiplayer or a netgame.
This commit is contained in:
parent
be761714f6
commit
a627c0b013
1 changed files with 1 additions and 1 deletions
|
|
@ -4189,7 +4189,7 @@ boolean P_LoadLevel(boolean fromnetsave)
|
|||
|
||||
if (!(netgame || multiplayer || demoplayback) && (!modifiedgame || savemoddata))
|
||||
mapvisited[gamemap-1] |= MV_VISITED;
|
||||
else
|
||||
else if (netgame || multiplayer)
|
||||
mapvisited[gamemap-1] |= MV_MP; // you want to record that you've been there this session, but not permanently
|
||||
|
||||
levelloading = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue