From 4bf173e9c1bc8fbee721ec0f452a7acce0507fc9 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 10 Mar 2005 07:01:43 +0000 Subject: (svn r1981) Typedef some structs and enums --- rail_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index b57f1979e..12c6bddd0 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -1630,7 +1630,7 @@ static void DrawTile_Track(TileInfo *ti) if (!IS_RAIL_DEPOT(m5) && IS_RAIL_WAYPOINT(m5) && _map3_lo[ti->tile]&16) { // look for customization - struct StationSpec *stat = GetCustomStation(STAT_CLASS_WAYP, _map3_hi[ti->tile]); + StationSpec *stat = GetCustomStation(STAT_CLASS_WAYP, _map3_hi[ti->tile]); if (stat) { DrawTileSeqStruct const *seq; @@ -1718,7 +1718,7 @@ void DrawTrainDepotSprite(int x, int y, int image, int railtype) void DrawWaypointSprite(int x, int y, int stat_id, int railtype) { - struct StationSpec *stat; + StationSpec *stat; uint32 relocation; DrawTileSprites *cust; DrawTileSeqStruct const *seq; -- cgit v1.2.3-54-g00ecf