diff options
Diffstat (limited to 'scumm/script_v2.cpp')
| -rw-r--r-- | scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index ddc7f5d11a..25ebfbe207 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -1245,7 +1245,7 @@ void Scumm_v2::o2_endCutscene() { _userPut = 1; _cursor.state = 1; - if (_gameId == GID_MANIAC || _gameId == GID_MANIAC64) { + if (_gameId == GID_MANIAC) { camera._mode = (byte) vm.cutSceneData[3]; if (camera._mode == CM_FOLLOW_ACTOR) { actorFollowCamera(VAR(VAR_EGO)); |
