Changeset - r14143:dbbc887fb2e5
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-01-03 20:14:50
yexo@openttd.org
(svn r18701) -Fix (r18700): always compile before making a commit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)