landscape.c
changeset 959 b031d88c76f3
parent 927 28f45a22a564
child 1035 0a170deb6e33
--- a/landscape.c	Sun Jan 09 20:45:07 2005 +0000
+++ b/landscape.c	Sun Jan 09 21:25:44 2005 +0000
@@ -486,7 +486,7 @@
 void InitializeLandscape()
 {
 	uint map_size = MapSize();
-	int i;
+	uint i;
 
 	memset(_map_owner, OWNER_NONE, map_size);
 	memset(_map2, 0, map_size * sizeof(uint16));