summaryrefslogtreecommitdiff
path: root/src/creditsMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/creditsMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/creditsMgr.cpp b/src/creditsMgr.cpp
index 0d7b5e7..bcd48f8 100644
--- a/src/creditsMgr.cpp
+++ b/src/creditsMgr.cpp
@@ -228,6 +228,9 @@ int dCreditsMgr_c::onExecute() {
if (countdown > 0) {
countdown--;
} else if (!renderer.isEnabled) {
+ if (!endingMode)
+ isLockPlayerRotation = false;
+
// Execute commands if we can
bool exitInterpreter = false;
while (scriptPos && !exitInterpreter) {