diff --git a/system.cpp b/system.cpp index f06eeb2f..3a73ff3f 100644 --- a/system.cpp +++ b/system.cpp @@ -1106,7 +1106,7 @@ void stop_game() { clearMemory(); game_active = false; #if CAP_DAILY - if(daily::on && !among(switchWhat, rg::daily, rg::daily_off)) + if(daily::on) daily::turnoff(); #endif }