diff --git a/uppsrc/Core/Util.cpp b/uppsrc/Core/Util.cpp index 1027b58bd..46a4f13b3 100644 --- a/uppsrc/Core/Util.cpp +++ b/uppsrc/Core/Util.cpp @@ -126,10 +126,10 @@ dword GetTickCount() { return (dword)tv->tv_sec * 1000 + tv->tv_usec / 1000; } -int msecs(int from) { return int((GetTickCount() - (dword)from) & 0x7fffffff); } - #endif +int msecs(int from) { return int((GetTickCount() - (dword)from) & 0x7fffffff); } + void TimeStop::Reset() { starttime = GetTickCount();