diff options
author | Strangerke | 2013-01-07 04:55:27 -0800 |
---|---|---|
committer | Strangerke | 2013-01-07 04:55:27 -0800 |
commit | 8c611d91e77883a66e72ba7740890157e2e5123c (patch) | |
tree | 4a4c348ba4dbda61fd86fab3b5d524865f8fb7d8 /engines/hopkins/script.cpp | |
parent | b26f25455f642e31762c3ab2fb2e894b93044688 (diff) | |
parent | 6629fa7cc5a2a124b4507bb93ae6dea918036040 (diff) | |
download | scummvm-rg350-8c611d91e77883a66e72ba7740890157e2e5123c.tar.gz scummvm-rg350-8c611d91e77883a66e72ba7740890157e2e5123c.tar.bz2 scummvm-rg350-8c611d91e77883a66e72ba7740890157e2e5123c.zip |
Merge pull request #5 from bluegr/hopkins
Hopkins: Some cleanup commits
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r-- | engines/hopkins/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp index 2ab68d844d..941abebe22 100644 --- a/engines/hopkins/script.cpp +++ b/engines/hopkins/script.cpp @@ -2264,7 +2264,7 @@ int ScriptManager::handleOpcode(byte *dataP) { _vm->_objectsManager.removeSprite(0); _vm->_objectsManager.OPTI_ONE(6, 0, 15, 0); _vm->_objectsManager.PERSO_ON = true; - _vm->_graphicsManager.NB_SCREEN(); + _vm->_graphicsManager.NB_SCREEN(true); _vm->_animationManager.NO_SEQ = true; _vm->_animationManager.playSequence2("TUNNEL.SEQ", 1, 18, 20); _vm->_animationManager.NO_SEQ = false; |