PRINCE: scrollCredits() implementation, showLogo() update

This commit is contained in:
lukaslw 2014-08-09 05:37:57 +02:00
parent 886cf189c6
commit b97f726a3e
7 changed files with 130 additions and 27 deletions

View file

@ -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);
}