diff --git a/source/blood/src/blood.cpp b/source/blood/src/blood.cpp index 796d199a8..dd7ca0b23 100644 --- a/source/blood/src/blood.cpp +++ b/source/blood/src/blood.cpp @@ -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;