diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-28 11:45:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-28 11:45:52 -0400 |
commit | e2fb36d5da705278fb84246400945f430794d5e7 (patch) | |
tree | ead3dd3a105253decb59437672f32954d44985c0 /include/common.hpp | |
parent | 174bcd3a415c21fc2c59a3af1b6333faa78b37d0 (diff) |
CAT
Diffstat (limited to 'include/common.hpp')
-rw-r--r-- | include/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.hpp b/include/common.hpp index 1f7b9fc..c30f861 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -165,7 +165,7 @@ extern std::mutex mtx; * */ -#define HLINES(n) (game::HLINE * n) +#define HLINES(n) (static_cast<int>(game::HLINE * n)) /** * A 'wrapper' for libc's srand(), as we hope to eventually have our own random number |