diff options
author | Jaro <59013720+JaroWMR@users.noreply.github.com> | 2025-01-08 14:40:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 14:40:13 +0100 |
commit | 91366375a7b2a9be670e4842604512254a9c116e (patch) | |
tree | 537c2cfa54f338734c91e74f6db078dddd578a96 /game/Random.cpp | |
parent | c9c9702edc58ff8f40b13dc6b86b216421f79e9b (diff) | |
parent | a24d1563931a19332ff2935f8d5998c997a4f94e (diff) |
Merge pull request #112 from lonkaars/max/game2
Max/game2
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; } - |