cheat fix

This commit is contained in:
2026-03-04 13:11:39 -05:00
parent b81296a4f2
commit 9a2e03b146

View File

@@ -92,6 +92,7 @@ namespace game::state
text.entry = nullptr; text.entry = nullptr;
text.isEnabled = false; text.isEnabled = false;
menu.isCheats = false;
isPostgame = saveData.isPostgame; isPostgame = saveData.isPostgame;
if (character.stage_get() >= character.stage_max_get()) isPostgame = true; if (character.stage_get() >= character.stage_max_get()) isPostgame = true;
if (isPostgame) menu.isCheats = true; if (isPostgame) menu.isCheats = true;