mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- Blood: Fix issues taking damage following level transitions.
Fixes https://forum.zdoom.org/viewtopic.php?f=340&t=69919.
This commit is contained in:
parent
d391e56d81
commit
407b5346e3
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void NewLevel(MapRecord *sng, int skill)
|
|||
auto completion = [=](bool = false)
|
||||
{
|
||||
if (skill != -1) gGameOptions.nDifficulty = skill;
|
||||
gSkill = skill;
|
||||
gSkill = gGameOptions.nDifficulty;
|
||||
cheatReset();
|
||||
StartLevel(sng);
|
||||
gameaction = ga_level;
|
||||
|
|
Loading…
Reference in a new issue