diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/script_v2.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp index 77163b6580..d6377d9ffd 100644 --- a/engines/scumm/script_v2.cpp +++ b/engines/scumm/script_v2.cpp @@ -1469,10 +1469,6 @@ void ScummEngine_v2::o2_cutscene() { VAR(VAR_CURSORSTATE) = 200; - // FIXME allows quotes script (173) to start during introudction of - // demo mode of V1 Maniac Mansion. setUserState was halting script - // 173 before it started. - if (!(_game.id == GID_MANIAC && (_game.features & GF_DEMO))) // Hide inventory, freeze scripts, hide cursor setUserState(15); |