aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d
diff options
context:
space:
mode:
authorLe Philousophe2019-03-06 21:11:34 +0100
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commita055268a08d1e277a9335d92aab62e76c3e1e4c8 (patch)
treeb1b92c2209c27f966f3a5c788483ee5c2ebec1b8 /engines/cryomni3d
parentc7205da58b7d7a82d86e0877f4933b0b5bfa74ca (diff)
downloadscummvm-rg350-a055268a08d1e277a9335d92aab62e76c3e1e4c8.tar.gz
scummvm-rg350-a055268a08d1e277a9335d92aab62e76c3e1e4c8.tar.bz2
scummvm-rg350-a055268a08d1e277a9335d92aab62e76c3e1e4c8.zip
CRYOMNI3D: remove debug define which skipped videos
Diffstat (limited to 'engines/cryomni3d')
-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 4425a03f7f..8d7d7fa527 100644
--- a/engines/cryomni3d/versailles/engine.cpp
+++ b/engines/cryomni3d/versailles/engine.cpp
@@ -35,7 +35,7 @@
#include "cryomni3d/versailles/engine.h"
-#define DEBUG_FAST_START 1
+//#define DEBUG_FAST_START 1
namespace CryOmni3D {
namespace Versailles {