From 004bb0759fa125f53a4595834f65ad30e7921461 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Dec 2015 22:49:35 +0300 Subject: Move timer constants into separate file. --- src/utils/timer.cpp | 2 ++ src/utils/timer.h | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src/utils') diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp index b2a203e44..7b2411687 100644 --- a/src/utils/timer.cpp +++ b/src/utils/timer.cpp @@ -20,6 +20,8 @@ #include "utils/timer.h" +#include "const/utils/timer.h" + #include #include diff --git a/src/utils/timer.h b/src/utils/timer.h index ac8136a6e..fa2dd2459 100644 --- a/src/utils/timer.h +++ b/src/utils/timer.h @@ -23,11 +23,6 @@ #include "localconsts.h" -/** - * Set the milliseconds value of a tick time. - */ -static const int MILLISECONDS_IN_A_TICK = 10; - extern volatile int fps; extern volatile int lps; extern volatile int tick_time; -- cgit v1.2.3-60-g2f50