Changeset - r17351:a8c4d1887603
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2011-02-19 14:30:21
frosch@openttd.org
(svn r22107) -Cleanup (r1903): Remove unused struct.
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/water_cmd.cpp
Show inline comments
 
@@ -611,12 +611,6 @@ static void DrawCanalWater(TileIndex til
 
	DrawWaterEdges(true, 0, tile);
 
}
 

	
 
struct LocksDrawTileStruct {
 
	int8 delta_x, delta_y, delta_z;
 
	byte width, height, depth;
 
	SpriteID image;
 
};
 

	
 
#include "table/water_land.h"
 

	
 
/**
0 comments (0 inline, 0 general)