diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-08 13:21:21 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-08 13:21:21 +0100 |
commit | a5854e1346c96ade73ae1e69ee8b7a6c94c78b07 (patch) | |
tree | 6884f06ed672323adb7bc0e49ee98243817d62e3 /game/Random.cpp | |
parent | 2e65d249e04e1450a4c45a4fb5d48213a75cf3e0 (diff) |
Added coin animation
Diffstat (limited to 'game/Random.cpp')
-rw-r--r-- | game/Random.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/Random.cpp b/game/Random.cpp index 59be3c5..ace6245 100644 --- a/game/Random.cpp +++ b/game/Random.cpp @@ -25,4 +25,3 @@ unsigned Random::u(unsigned upper, unsigned lower) { unsigned x = rand() % range; return x + lower; } - |