diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 891a57fe2a00..a6f07ba46ae8 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -246,7 +246,7 @@ ScummEngine::ScummEngine(OSystem *syst, const DetectorResult &dr) _debugMode = true; _copyProtection = ConfMan.getBool("copy_protection"); - if (ConfMan.getBool("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