summaryrefslogtreecommitdiff
path: root/src/creditsMgr.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-04-13 09:13:12 +0200
committerTreeki <treeki@gmail.com>2013-04-13 09:13:50 +0200
commitbc2e90e6966768154e2c45d0294eb843cd03a333 (patch)
tree6a7561daa7667ffa567427973ff835c48b627622 /src/creditsMgr.cpp
parentbfa0cd194459a256b68d00967fb94e52deef7615 (diff)
downloadkamek-bc2e90e6966768154e2c45d0294eb843cd03a333.tar.gz
kamek-bc2e90e6966768154e2c45d0294eb843cd03a333.zip
fix more bugs with player rotation in credits
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) {