1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

(svn r18701) -Fix (r18700): always compile before making a commit

This commit is contained in:
yexo
2010-01-03 20:14:50 +00:00
parent 47a11fff20
commit 8a50a4112c

View File

@@ -154,7 +154,7 @@ Industry::~Industry()
* become watery, but be on the safe side an always remote it. */ * become watery, but be on the safe side an always remote it. */
DeleteAnimatedTile(tile_cur); DeleteAnimatedTile(tile_cur);
MarkTileDirtyByTile(tile); MarkTileDirtyByTile(tile_cur);
} }
} else if (IsTileType(tile_cur, MP_STATION) && IsOilRig(tile_cur)) { } else if (IsTileType(tile_cur, MP_STATION) && IsOilRig(tile_cur)) {
DeleteOilRig(tile_cur); DeleteOilRig(tile_cur);