[Scummvm-git-logs] scummvm master -> 6c334dbef7887d2ea8d807f645323fe69fe84ceb

dreammaster noreply at scummvm.org
Thu Jul 30 12:26:07 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
6c334dbef7 MADS: NEBULAR: Fix showing Quotes main menu item when enabled


Commit: 6c334dbef7887d2ea8d807f645323fe69fe84ceb
    https://github.com/scummvm/scummvm/commit/6c334dbef7887d2ea8d807f645323fe69fe84ceb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-07-30T22:25:14+10:00

Commit Message:
MADS: NEBULAR: Fix showing Quotes main menu item when enabled

Changed paths:
    engines/mads/nebular/main.cpp


diff --git a/engines/mads/nebular/main.cpp b/engines/mads/nebular/main.cpp
index d5176f8e744..2ac9836e650 100644
--- a/engines/mads/nebular/main.cpp
+++ b/engines/mads/nebular/main.cpp
@@ -255,7 +255,6 @@ static void game_main(int argc, const char **argv) {
 
 	game_cold_data_init();
 	main_cold_data_init();
-	g_engine->readConfigFile();
 	global_load_config_parameters();
 
 	if (argc >= 2) {
@@ -317,6 +316,8 @@ void nebular_main() {
 	if (!env_verify())
 		env_search_mode = ENV_SEARCH_CONCAT_FILES;
 
+	g_engine->readConfigFile();
+
 	if (ConfMan.getBool("start_game") || ConfMan.hasKey("save_slot"))
 		selected_item = 0;
 	else if (g_engine->isDemo())




More information about the Scummvm-git-logs mailing list