src/animated_tile.cpp
changeset 9390 88d36f907e96
parent 9005 d6b0e0a54ef2
--- a/src/animated_tile.cpp	Tue May 27 20:33:44 2008 +0000
+++ b/src/animated_tile.cpp	Tue May 27 21:41:00 2008 +0000
@@ -116,7 +116,7 @@
 		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;