mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Duke: Ensure gi->NextLevel()
sets the skill level upon invocation.
This commit is contained in:
parent
675356be1a
commit
af9f2f3eb6
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ void GameInterface::Render()
|
|||
|
||||
void GameInterface::NextLevel(MapRecord* map, int skill)
|
||||
{
|
||||
ud.player_skill = skill + 1;
|
||||
enterlevel(map, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue