diff options
Diffstat (limited to 'src/common/timer.c')
-rw-r--r-- | src/common/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/timer.c b/src/common/timer.c index 8b52811b8..96631c078 100644 --- a/src/common/timer.c +++ b/src/common/timer.c @@ -91,6 +91,7 @@ static int gettick_count; unsigned int gettick_nocache(void) { #ifdef _WIN32 + gettick_count = 256; // [Shinomori] return gettick_cache = GetTickCount(); #else struct timeval tval; |