summaryrefslogtreecommitdiff
path: root/src/animated_tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animated_tile.cpp')
-rw-r--r--src/animated_tile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animated_tile.cpp b/src/animated_tile.cpp
index dfc0d2cb0..a66225ae6 100644
--- a/src/animated_tile.cpp
+++ b/src/animated_tile.cpp
@@ -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;