(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
1 changed files with 1 additions and 1 deletions

View File

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