aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/callables.cpp')
-rw-r--r--engines/parallaction/callables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp
index 3ff553c48d..950b8a6a24 100644
--- a/engines/parallaction/callables.cpp
+++ b/engines/parallaction/callables.cpp
@@ -322,7 +322,7 @@ void _c_finito(void *parm) {
_vm->_menu->selectCharacter();
}
- removeNode(&_vm->_char._yourself._zone._node);
+ removeNode(&_vm->_char._ani._zone._node);
_vm->_locationNames[0][0] = '\0';
_vm->_numLocations = 0;
_commandFlags = 0;
@@ -339,7 +339,7 @@ void _c_finito(void *parm) {
_engineFlags &= ~kEngineQuit;
- addNode(&_animations, &_vm->_char._yourself._zone._node);
+ addNode(&_animations, &_vm->_char._ani._zone._node);
_score = 0;
return;