Merge pull request #1891 from Gymnasiast/remove-unused-var

Remove unused variable
This commit is contained in:
Ted John 2015-09-04 20:31:33 +01:00
commit 28d1a62544
1 changed files with 0 additions and 2 deletions

View File

@ -3957,8 +3957,6 @@ bool map_surface_is_blocked(sint16 x, sint16 y){
/* Clears all map elements, to be used before generating a new map */
void map_clear_all_elements()
{
int mapMaxXY = RCT2_GLOBAL(RCT2_ADDRESS_MAP_MAX_XY, uint16);
for (int y = 0; y < (256 * 32); y += 32) {
for (int x = 0; x < (256 * 32); x += 32) {
sub_68AE2A(x, y);