summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/creditsMgr.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/creditsMgr.cpp b/src/creditsMgr.cpp
index a84fe40..f680ed5 100644
--- a/src/creditsMgr.cpp
+++ b/src/creditsMgr.cpp
@@ -324,6 +324,10 @@ int dCreditsMgr_c::onExecute() {
case 18:
GetTheEnd()->willHide = true;
break;
+ case 19:
+ fireworks = true;
+ fireworksCountdown = 25;
+ break;
}
}
}
@@ -557,9 +561,6 @@ void dCreditsMgr_c::playerLookUp() {
lookAtMode = 2; // Higher maximum distance
}
void dCreditsMgr_c::theEnd() {
- fireworks = true;
- fireworksCountdown = 25;
-
GetTheEnd()->willShow = true;
}
void dCreditsMgr_c::exitStage() {