forked from mirror/OpenTTD
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
This commit is contained in:
@@ -116,7 +116,7 @@ static void Load_ANIT()
|
||||
return;
|
||||
}
|
||||
|
||||
_animated_tile_count = SlGetFieldLength() / sizeof(*_animated_tile_list);
|
||||
_animated_tile_count = (uint)SlGetFieldLength() / sizeof(*_animated_tile_list);
|
||||
|
||||
/* Determine a nice rounded size for the amount of allocated tiles */
|
||||
_animated_tile_allocated = 256;
|
||||
|
Reference in New Issue
Block a user