aboutsummaryrefslogtreecommitdiff
path: root/game/Random.cpp
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-08 14:40:45 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-08 14:40:45 +0100
commite634f23fda2cea14aaa1b70b1e5e463eee9665a7 (patch)
tree4e71073df8d5e3e898c3c0e23c1cc8002375135f /game/Random.cpp
parent3b6081d03300d353434fd4f6e91237fc8f1a4390 (diff)
parent91366375a7b2a9be670e4842604512254a9c116e (diff)
Merge branch 'master' of github.com:lonkaars/crepe into jaro/game
Diffstat (limited to 'game/Random.cpp')
-rw-r--r--game/Random.cpp1
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;
}
-