mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-31 23:41:25 +00:00
Crashfix :D
This commit is contained in:
parent
95e2727f60
commit
71d8526080
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ void SV_GameMap_f (void)
|
|||
}
|
||||
else
|
||||
{ // save the map just exited
|
||||
if (!strstr (map, ".") && !strstr (map, "$"))
|
||||
if (sv.state == ss_game)
|
||||
{
|
||||
// clear all the client inuse flags before saving so that
|
||||
// when the level is re-entered, the clients will spawn
|
||||
|
|
Loading…
Reference in a new issue