From 7923c32b8ebfbebd09dc0d783e93fef51a4ec38b Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Wed, 26 Jan 2005 14:28:19 +0000 Subject: * Fixed a bug in gettick cache when compiling in Windows - Changed "read_map_from_bitmap" to "read_map_from_cache" in map_athena, "map_bitmap_path" to "map_cache_file" - Fixed item effects not showing when only one was used - Fixed a bug in Safety Wall - Allow only either Storm Gust or Lord of Vermillion to cause damage if stacked together - Added path_search_long, map_find_skill_unit_oncell git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@998 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') 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; -- cgit v1.2.3-70-g09d2