summaryrefslogtreecommitdiff
path: root/landscape.c
diff options
context:
space:
mode:
Diffstat (limited to 'landscape.c')
-rw-r--r--landscape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/landscape.c b/landscape.c
index fc085deaf..5c762effb 100644
--- a/landscape.c
+++ b/landscape.c
@@ -486,7 +486,7 @@ void RunTileLoop()
void InitializeLandscape()
{
uint map_size = MapSize();
- int i;
+ uint i;
memset(_map_owner, OWNER_NONE, map_size);
memset(_map2, 0, map_size * sizeof(uint16));