aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/script.cpp')
-rw-r--r--engines/prince/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/script.cpp b/engines/prince/script.cpp
index e6423144a7..8fa24a4afc 100644
--- a/engines/prince/script.cpp
+++ b/engines/prince/script.cpp
@@ -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);
}