(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "rail_type.h"
|
||||
#include "road_type.h"
|
||||
#include "economy_func.h"
|
||||
#include "rail.h"
|
||||
|
||||
void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius);
|
||||
|
||||
@@ -44,6 +45,8 @@ bool CanStationTileHaveWires(TileIndex tile);
|
||||
|
||||
void UpdateAirportsNoise();
|
||||
|
||||
bool SplitGroundSpriteForOverlay(const TileInfo *ti, SpriteID *ground, RailTrackOffset *overlay_offset);
|
||||
|
||||
/**
|
||||
* Calculates the maintenance cost of a number of station tiles.
|
||||
* @param num Number of station tiles.
|
||||
|
Reference in New Issue
Block a user