From 3413768f8ed0a2b14dbeb5e657de782948df0518 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Mon, 13 May 2019 23:54:56 +0200 Subject: CRYOMNI3D: Don't skip videos (debug leftover) --- engines/cryomni3d/versailles/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3