From e2fb36d5da705278fb84246400945f430794d5e7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 28 Apr 2016 11:45:52 -0400 Subject: CAT --- include/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.hpp') 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(game::HLINE * n)) /** * A 'wrapper' for libc's srand(), as we hope to eventually have our own random number -- cgit v1.2.3