aboutsummaryrefslogtreecommitdiff
path: root/game/player/PlayerEndScript.cpp
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-07 14:06:45 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-07 14:06:45 +0100
commit41f890863706ee8ede43021fe83b776b638a18b7 (patch)
tree4ee74df7e60c8c22c61a1748dd648dda2783b21f /game/player/PlayerEndScript.cpp
parentbc66e7195c80facca244f933b882011e5e81fa3c (diff)
fixed coins and improved coin
Diffstat (limited to 'game/player/PlayerEndScript.cpp')
-rw-r--r--game/player/PlayerEndScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/player/PlayerEndScript.cpp b/game/player/PlayerEndScript.cpp
index 1554c84..f3d9aad 100644
--- a/game/player/PlayerEndScript.cpp
+++ b/game/player/PlayerEndScript.cpp
@@ -94,7 +94,7 @@ bool PlayerEndScript::on_collision(const crepe::CollisionEvent & ev) {
this->trigger_event<EndGameEvent>();
}
- return true;
+ return false;
}
return false;