mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- Ensure g_nextskill
is used everywhere so that setting skill for next level works properly.
This commit is contained in:
parent
33845c4a23
commit
675356be1a
9 changed files with 19 additions and 19 deletions
|
@ -7045,7 +7045,7 @@ void MultiPlayLimits(void)
|
|||
|
||||
MapRecord *next = nullptr;
|
||||
next = FindNextMap(currentLevel);
|
||||
ChangeLevel(next, -1);
|
||||
ChangeLevel(next, g_nextskill);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7206,7 +7206,7 @@ domovethings(void)
|
|||
{
|
||||
map = FindNextMap(currentLevel);
|
||||
}
|
||||
ChangeLevel(map, -1);
|
||||
ChangeLevel(map, g_nextskill);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue