[Scummvm-git-logs] scummvm master -> a839606ccc0db30914b5f5080da927c893b1ae8a
eriktorbjorn
noreply at scummvm.org
Tue Nov 12 06:29:48 UTC 2024
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:
a839606ccc JANITORIAL: Change spaces to tab
Commit: a839606ccc0db30914b5f5080da927c893b1ae8a
https://github.com/scummvm/scummvm/commit/a839606ccc0db30914b5f5080da927c893b1ae8a
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-11-12T07:29:25+01:00
Commit Message:
JANITORIAL: Change spaces to tab
Changed paths:
engines/scumm/scumm.cpp
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 686bf689de6..91ff1635df2 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -254,7 +254,7 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr)
_debugMode = true;
_copyProtection = ConfMan.getBool("copy_protection");
- if (ConfMan.getBool("demo_mode") || ConfMan.getBool("enable_demo_mode"))
+ if (ConfMan.getBool("demo_mode") || ConfMan.getBool("enable_demo_mode"))
_game.features |= GF_DEMO;
if (ConfMan.hasKey("nosubtitles")) {
// We replaced nosubtitles *ages* ago. Just convert it silently
More information about the Scummvm-git-logs
mailing list