aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLe Philousophe2019-05-13 23:54:56 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit3413768f8ed0a2b14dbeb5e657de782948df0518 (patch)
treec461423735b4a260ac974e3be93bf2fbca81fa30
parentc6999b091eb2aebf1fb1ea1a961e056bf0f5ae9a (diff)
downloadscummvm-rg350-3413768f8ed0a2b14dbeb5e657de782948df0518.tar.gz
scummvm-rg350-3413768f8ed0a2b14dbeb5e657de782948df0518.tar.bz2
scummvm-rg350-3413768f8ed0a2b14dbeb5e657de782948df0518.zip
CRYOMNI3D: Don't skip videos (debug leftover)
-rw-r--r--engines/cryomni3d/versailles/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/versailles/engine.cpp b/engines/cryomni3d/versailles/engine.cpp
index eb3f030bac..81d7f53000 100644
--- a/engines/cryomni3d/versailles/engine.cpp
+++ b/engines/cryomni3d/versailles/engine.cpp
@@ -38,7 +38,7 @@
// 0 or commented: All videos and options screen
// 1: Skip videos at startup and at game start
// 2: Directly start a new game
-#define DEBUG_FAST_START 1
+//#define DEBUG_FAST_START 1
namespace CryOmni3D {
namespace Versailles {