diff --git a/src/state/main.cpp b/src/state/main.cpp index 73cd90f..3ad2b40 100644 --- a/src/state/main.cpp +++ b/src/state/main.cpp @@ -92,6 +92,7 @@ namespace game::state text.entry = nullptr; text.isEnabled = false; + menu.isCheats = false; isPostgame = saveData.isPostgame; if (character.stage_get() >= character.stage_max_get()) isPostgame = true; if (isPostgame) menu.isCheats = true;