From 8d2641a2a1b62f0b0b4edbe8aa3055a710076c55 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sat, 14 Nov 2015 16:45:42 +0000 Subject: [PATCH] Fix mistake in last commit --- src/world/map.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/world/map.c b/src/world/map.c index 833c95d729..00990645e0 100644 --- a/src/world/map.c +++ b/src/world/map.c @@ -3188,7 +3188,6 @@ void game_command_place_large_scenery(int* eax, int* ebx, int* ecx, int* edx, in curTile.y += y; if(curTile.x >= 0x1FFF || curTile.y >= 0x1FFF || curTile.x < 0 || curTile.y < 0){ - tile++; continue; } @@ -3207,7 +3206,6 @@ void game_command_place_large_scenery(int* eax, int* ebx, int* ecx, int* edx, in maxHeight = height; } } - tile++; } if(z != 0){