diff options
-rw-r--r-- | engines/cryomni3d/versailles/engine.cpp | 2 |
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 { |