(svn r1451) Fix some of the signed/unsigned comparison warnings
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user