diff options
author | Florian Kagerer | 2010-08-07 14:38:07 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-08-07 14:38:07 +0000 |
commit | f4d38ccd407f2a007050d69e4841ba7fc53cd401 (patch) | |
tree | 2f06de0616f400778b1aa7451588e279a4c1fe6e /engines/cruise | |
parent | d2d22de9115fe803870d7ca1d06ece1ab5f77f45 (diff) | |
download | scummvm-rg350-f4d38ccd407f2a007050d69e4841ba7fc53cd401.tar.gz scummvm-rg350-f4d38ccd407f2a007050d69e4841ba7fc53cd401.tar.bz2 scummvm-rg350-f4d38ccd407f2a007050d69e4841ba7fc53cd401.zip |
LOL: added english floppy version
svn-id: r51834
Diffstat (limited to 'engines/cruise')
-rw-r--r-- | engines/cruise/script.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/script.cpp b/engines/cruise/script.cpp index f2877a7730..d6c1aa47f3 100644 --- a/engines/cruise/script.cpp +++ b/engines/cruise/script.cpp @@ -618,13 +618,13 @@ int executeScripts(scriptInstanceStruct *ptr) { positionInStack = 0; do { -#ifdef SKIP_INTRO +//#ifdef SKIP_INTRO if (currentScriptPtr->scriptOffset == 290 && currentScriptPtr->overlayNumber == 4 && currentScriptPtr->scriptNumber == 0) { currentScriptPtr->scriptOffset = 923; } -#endif +//#endif opcodeType = getByteFromScript(); debugC(5, kCruiseDebugScript, "Script %s/%d ip=%d opcode=%d", |