From cd0837a23eed9896737537add1a93d878a227840 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Mon, 18 Apr 2016 19:14:27 +0300 Subject: [PATCH] fixed shitdoze warning --- src/game/g_window.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 29f79e4..f711ab2 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -44,8 +44,10 @@ var wLoadingProgress: Boolean = False; wLoadingQuit: Boolean = False; {wWinPause: Byte = 0;} +{$IFNDEF WINDOWS} ticksOverflow: Int64 = -1; lastTicks: Uint32 = 0; // to detect overflow +{$ENDIF} const // TODO: move this to a separate file -- 2.29.2