1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

(svn r1782) Remove line which should've been removed in r1779 and caused map generation to hang infinitely

This commit is contained in:
tron
2005-02-04 07:52:12 +00:00
parent a5ffbbee2d
commit 88ebe22d8b

View File

@@ -619,7 +619,7 @@ static void GenerateTerrain(int type, int flag)
if (*p >= *tile_cur) *tile_cur = *p;
p++;
tile_cur -= TILE_XY(0, 1);
} while (--h_cur != 0);
}
tile++;
} while (--w != 0);
break;