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

aquadran aquadran at gmail.com
Sun Mar 7 20:58:03 UTC 2021


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:
ae7fbcec13 ICB: Set config defaults for engine


Commit: ae7fbcec1388f4af661ce8f89a8a0a2b835ca08b
    https://github.com/scummvm/scummvm/commit/ae7fbcec1388f4af661ce8f89a8a0a2b835ca08b
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-03-07T21:57:59+01:00

Commit Message:
ICB: Set config defaults for engine

Changed paths:
    engines/icb/p4_pc.cpp


diff --git a/engines/icb/p4_pc.cpp b/engines/icb/p4_pc.cpp
index 2bf8b3722a..6ed2449dc6 100644
--- a/engines/icb/p4_pc.cpp
+++ b/engines/icb/p4_pc.cpp
@@ -255,6 +255,9 @@ void InitEngine(const char *lpCmdLine) {
 
 	zdebug = FALSE8; // no console so switch off debugging (zoff)
 
+	ConfMan.setBool("actor_relative", true);
+	ConfMan.setBool("subtitles", true);
+
 	// Load settings from our ini file (must be called AFTER everything has been setup)
 	ReadConfigFromIniFile();
 }




More information about the Scummvm-git-logs mailing list