[Scummvm-git-logs] scummvm master -> 4ca6645dbd451a229ff818bf63997aae287d882d

grisenti noreply at scummvm.org
Tue Dec 27 21:03:12 UTC 2022


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

Summary:
4ca6645dbd HPL1: fix variable set to config file


Commit: 4ca6645dbd451a229ff818bf63997aae287d882d
    https://github.com/scummvm/scummvm/commit/4ca6645dbd451a229ff818bf63997aae287d882d
Author: grisenti (emanuele at grisenti.net)
Date: 2022-12-27T22:02:46+01:00

Commit Message:
HPL1: fix variable set to config file

Changed paths:
    engines/hpl1/penumbra-overture/Init.cpp


diff --git a/engines/hpl1/penumbra-overture/Init.cpp b/engines/hpl1/penumbra-overture/Init.cpp
index af8439e83b5..620ef18eb6e 100644
--- a/engines/hpl1/penumbra-overture/Init.cpp
+++ b/engines/hpl1/penumbra-overture/Init.cpp
@@ -581,7 +581,7 @@ void cInit::Exit() {
 
 	ConfMan.setBool("simple_weapon_swing", mbSimpleWeaponSwing);
 	ConfMan.setBool("disable_personal_notes", mbDisablePersonalNotes);
-	ConfMan.setBool("allow_quick_save", true);
+	ConfMan.setBool("allow_quick_save", mbAllowQuickSave);
 	ConfMan.setBool("flash_tems", mbFlashItems);
 	ConfMan.setBool("show_crosshair", mbShowCrossHair);
 




More information about the Scummvm-git-logs mailing list