[Scummvm-git-logs] scummvm master -> dd4a4ccab8d73130eb568ea2c9e9e07504aa4e1f

dreammaster noreply at scummvm.org
Sat Aug 1 10:05:33 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:
dd4a4ccab8 MADS: NEBULAR: Fix saving naughtiness config option


Commit: dd4a4ccab8d73130eb568ea2c9e9e07504aa4e1f
    https://github.com/scummvm/scummvm/commit/dd4a4ccab8d73130eb568ea2c9e9e07504aa4e1f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-08-01T20:05:26+10:00

Commit Message:
MADS: NEBULAR: Fix saving naughtiness config option

Changed paths:
    engines/mads/core/config.cpp


diff --git a/engines/mads/core/config.cpp b/engines/mads/core/config.cpp
index 13307752a64..179d756067d 100644
--- a/engines/mads/core/config.cpp
+++ b/engines/mads/core/config.cpp
@@ -95,7 +95,7 @@ void write_config_file() {
 
 	ConfMan.setBool("show_speech_boxes", config_file.show_speech_boxes);
 	if (g_engine->getGameID() == GType_RexNebular)
-	ConfMan.setInt("naughtiness", config_file.naughtiness);
+		ConfMan.setBool("naughtiness", config_file.naughtiness == NAUGHTY);
 
 	ConfMan.flushToDisk();
 }




More information about the Scummvm-git-logs mailing list