From 9a2e03b146cbb28d7b66b6980b9698194c8e4f6a Mon Sep 17 00:00:00 2001 From: shweet Date: Wed, 4 Mar 2026 13:11:39 -0500 Subject: [PATCH] cheat fix --- src/state/main.cpp | 1 + 1 file changed, 1 insertion(+) 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;