mirror of https://github.com/OpenTTD/OpenTTD
(svn r22107) -Cleanup (r1903): Remove unused struct.
parent
57dc3ed716
commit
1dd6d037ba
|
@ -611,12 +611,6 @@ static void DrawCanalWater(TileIndex tile)
|
||||||
DrawWaterEdges(true, 0, tile);
|
DrawWaterEdges(true, 0, tile);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct LocksDrawTileStruct {
|
|
||||||
int8 delta_x, delta_y, delta_z;
|
|
||||||
byte width, height, depth;
|
|
||||||
SpriteID image;
|
|
||||||
};
|
|
||||||
|
|
||||||
#include "table/water_land.h"
|
#include "table/water_land.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue