(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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user