From f689b2087469851b0db826d5d82c6892565cbff6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 6 May 2006 20:33:22 +0000 Subject: (svn r4754) - Newstations: expose default station display data via a function so we can use it (rarely) in other places. --- station_cmd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index e523e491b..0d4160242 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1977,6 +1977,10 @@ static int32 RemoveDock(Station *st, uint32 flags) #include "table/station_land.h" +const DrawTileSprites *GetStationTileLayout(byte gfx) +{ + return &_station_display_datas[gfx]; +} extern uint16 _custom_sprites_base; -- cgit v1.2.3-54-g00ecf