summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd49d7f)
raw | patch | inline | side by side (parent: bd49d7f)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Mon, 18 Apr 2016 16:14:27 +0000 (19:14 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Mon, 18 Apr 2016 16:14:27 +0000 (19:14 +0300) |
src/game/g_window.pas | patch | blob | history |
diff --git a/src/game/g_window.pas b/src/game/g_window.pas
index 29f79e480c403d6e6779e61f2a87f72a71fed84d..f711ab2149a49a1ca504bb506c1c84c32ae44eef 100644 (file)
--- a/src/game/g_window.pas
+++ b/src/game/g_window.pas
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