aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.cpp
diff options
context:
space:
mode:
authorStrangerke2013-03-24 10:56:58 +0100
committerStrangerke2013-03-24 10:56:58 +0100
commit91255b56aed3c216185c82127ef084671caee726 (patch)
tree83554971d59b21df5901919b869d354451eee3f2 /engines/hopkins/objects.cpp
parent568b860c8a76f397bd09cf64723b2818b4ade2e1 (diff)
downloadscummvm-rg350-91255b56aed3c216185c82127ef084671caee726.tar.gz
scummvm-rg350-91255b56aed3c216185c82127ef084671caee726.tar.bz2
scummvm-rg350-91255b56aed3c216185c82127ef084671caee726.zip
HOPKINS: set _clearAnimation private, add functions to access it
Diffstat (limited to 'engines/hopkins/objects.cpp')
-rw-r--r--engines/hopkins/objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index 44d1bc5c00..df4a6b0854 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -2587,7 +2587,7 @@ void ObjectsManager::handleSpecialGames() {
_vm->_graphicsManager->NB_SCREEN(true);
_vm->_soundManager->_specialSoundNum = 198;
PERSO_ON = true;
- _vm->_animationManager->_clearAnimationFl = false;
+ _vm->_animationManager->unsetClearAnimFlag();
_vm->_animationManager->playAnim("otage.ANM", 1, 24, 500, true);
_vm->_soundManager->_specialSoundNum = 0;
_vm->_graphicsManager->NB_SCREEN(false);