(svn r4754) - Newstations: expose default station display data via a function so we can use it (rarely) in other places.

This commit is contained in:
peter1138
2006-05-06 20:33:22 +00:00
parent f1b2fcb203
commit 09bb8ba10c
3 changed files with 11 additions and 1 deletions

View File

@@ -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;