aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2009-02-21 04:44:20 +0000
committerNicola Mettifogo2009-02-21 04:44:20 +0000
commite088f680a689a2bd5fc51e1986af51a51bf14548 (patch)
tree7bad19b41fe608ba22f9b5824c7c77af0a1e7545 /engines/parallaction/exec_br.cpp
parentfa75bd23e6b710d2f225c9162ca651e7e518ce75 (diff)
downloadscummvm-rg350-e088f680a689a2bd5fc51e1986af51a51bf14548.tar.gz
scummvm-rg350-e088f680a689a2bd5fc51e1986af51a51bf14548.tar.bz2
scummvm-rg350-e088f680a689a2bd5fc51e1986af51a51bf14548.zip
Fix for bug #2619824. Command list execution is now paused when showing credits. This fixes the Amiga demo of Nippon Safes, which would otherwise quit without displaying the credits.
svn-id: r38662
Diffstat (limited to 'engines/parallaction/exec_br.cpp')
-rw-r--r--engines/parallaction/exec_br.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index 40c9de8cda..5ed47dc010 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -155,7 +155,7 @@ DECLARE_COMMAND_OPCODE(drop) {
DECLARE_COMMAND_OPCODE(move) {
_vm->_char.scheduleWalk(_ctxt.cmd->u._move.x, _ctxt.cmd->u._move.y);
- _ctxt.suspend = true;
+ suspend();
}
DECLARE_COMMAND_OPCODE(start) {