diff options
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r-- | src/utils/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h index 2e58fe508..5518622cc 100644 --- a/src/utils/timer.h +++ b/src/utils/timer.h @@ -26,7 +26,7 @@ extern volatile int fps; extern volatile int lps; extern volatile int tick_time; -extern volatile int cur_time; +extern volatile time_t cur_time; extern volatile int frame_count; extern volatile int logic_count; |