summaryrefslogtreecommitdiff
path: root/src/challengeStar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/challengeStar.cpp')
-rw-r--r--src/challengeStar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/challengeStar.cpp b/src/challengeStar.cpp
index 03b4089..ec863f1 100644
--- a/src/challengeStar.cpp
+++ b/src/challengeStar.cpp
@@ -72,7 +72,7 @@ dChallengeStar *dChallengeStar::build() {
int dChallengeStar::onCreate() {
char die = this->settings & 0xF;
- if (GetSpecificPlayerActor(die) == 0) { this->Delete(1); return; }
+ if (GetSpecificPlayerActor(die) == 0) { this->Delete(1); return 2; }
GlobalStarsCollected++;