From 41f890863706ee8ede43021fe83b776b638a18b7 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 7 Jan 2025 14:06:45 +0100 Subject: fixed coins and improved coin --- game/coins/CoinSystemScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/coins/CoinSystemScript.h') diff --git a/game/coins/CoinSystemScript.h b/game/coins/CoinSystemScript.h index f558f08..c65b533 100644 --- a/game/coins/CoinSystemScript.h +++ b/game/coins/CoinSystemScript.h @@ -49,7 +49,7 @@ private: static constexpr float SPAWN_DISTANCE = 600; static constexpr float DESPAWN_DISTANCE = 600; static constexpr float SPAWN_AREA = 50; - static std::vector coin_locations; + std::vector coin_locations; private: // preset one settings // ***** ***** -- cgit v1.2.3