mirror of https://github.com/OpenTTD/OpenTTD
(svn r18701) -Fix (r18700): always compile before making a commit
parent
47a11fff20
commit
8a50a4112c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue