diff --git a/source/sections/game.cpp b/source/sections/game.cpp index c9fe853..c32ca59 100644 --- a/source/sections/game.cpp +++ b/source/sections/game.cpp @@ -124,6 +124,7 @@ Game::~Game() { Section::attract_mode = Section::AttractMode::TITLE_TO_DEMO; Audio::get()->stopMusic(); } + ServiceMenu::get()->setStateChangeCallback(nullptr); #ifdef RECORDING saveDemoFile(Asset::get()->get("demo1.bin"), demo_.data.at(0));