From 4563ef4e831c41e8650e426a6c8b7e3b58d42fc3 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 25 Feb 2021 05:12:56 +0100 Subject: [PATCH] [hellfire] Disable jogging by default --- Source/mainmenu.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/mainmenu.cpp b/Source/mainmenu.cpp index e83fdbe23..efafb968d 100644 --- a/Source/mainmenu.cpp +++ b/Source/mainmenu.cpp @@ -51,10 +51,7 @@ static BOOL mainmenu_init_menu(int type) static BOOL mainmenu_single_player() { - if (!SRegLoadValue("Hellfire", jogging_title, 0, &jogging_opt)) { - jogging_opt = TRUE; - } - if (!gbIsHellfire) { + if (!SRegLoadValue("qol", jogging_title, 0, &jogging_opt)) { jogging_opt = FALSE; }