diff options
Diffstat (limited to 'game/coins/CoinPoolSubScene.h')
-rw-r--r-- | game/coins/CoinPoolSubScene.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/coins/CoinPoolSubScene.h b/game/coins/CoinPoolSubScene.h index 7360051..07626d6 100644 --- a/game/coins/CoinPoolSubScene.h +++ b/game/coins/CoinPoolSubScene.h @@ -5,7 +5,7 @@ class CoinPoolSubScene { public: void create_coins(crepe::Scene & scn); + private: static constexpr int MAXIMUM_AMOUNT = 100; }; - |