This commit is contained in:
zsilencer 2015-09-21 10:41:09 -06:00
parent e7c3c1ff3c
commit 0af364a9b6
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ int map_element_height(int x, int y)
rct_map_element *mapElement;
// Off the map
if (x >= 8192 || y >= 8192)
if ((unsigned)x >= 8192 || (unsigned)y >= 8192)
return 16;
// Truncate subtile coordinates