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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user