From d7ad1b0c14af14500e0e35c447ecd579414e9203 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Wed, 23 Jul 2014 02:32:40 +0200 Subject: PRINCE: O_PUTBACKANIM() fix --- engines/prince/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/prince/script.cpp b/engines/prince/script.cpp index f5b38cbe47..6e74b353f5 100644 --- a/engines/prince/script.cpp +++ b/engines/prince/script.cpp @@ -649,7 +649,7 @@ void Interpreter::O_PUTBACKANIM() { int offset = room->_backAnim + slot * 4; _vm->_script->setBackAnimId(offset, animId); if (_vm->_locationNr == roomId) { - _vm->_script->installBackAnims(_vm->_backAnimList, offset); + _vm->_script->installSingleBackAnim(_vm->_backAnimList, slot, offset); } delete room; debugInterpreter("O_PUTBACKANIM roomId %d, slot %d, animId %d", roomId, slot, animId); -- cgit v1.2.3