PRINCE: scrollCredits() implementation, showLogo() update
This commit is contained in:
parent
886cf189c6
commit
b97f726a3e
7 changed files with 130 additions and 27 deletions
|
@ -863,7 +863,7 @@ void Interpreter::O_EXIT() {
|
|||
_opcodeEnd = true;
|
||||
_opcodeNF = 1;
|
||||
if (exitCode == 0x2EAD) {
|
||||
_vm->showCredits();
|
||||
_vm->scrollCredits();
|
||||
}
|
||||
debugInterpreter("O_EXIT exitCode %d", exitCode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue