mirror of https://github.com/OpenTTD/OpenTTD
(svn r11364) -Fix (r11363): compilation broken
parent
87fcd4b6d7
commit
2b4d1fff89
|
@ -226,7 +226,7 @@ static bool CMSAForest(TileIndex tile)
|
||||||
|
|
||||||
#define M(x) ((x) - STR_SV_STNAME)
|
#define M(x) ((x) - STR_SV_STNAME)
|
||||||
|
|
||||||
enum StationNaming = {
|
enum StationNaming {
|
||||||
STATIONNAMING_RAIL = 0,
|
STATIONNAMING_RAIL = 0,
|
||||||
STATIONNAMING_ROAD = 0,
|
STATIONNAMING_ROAD = 0,
|
||||||
STATIONNAMING_AIRPORT,
|
STATIONNAMING_AIRPORT,
|
||||||
|
@ -234,7 +234,7 @@ enum StationNaming = {
|
||||||
STATIONNAMING_DOCK,
|
STATIONNAMING_DOCK,
|
||||||
STATIONNAMING_BUOY,
|
STATIONNAMING_BUOY,
|
||||||
STATIONNAMING_HELIPORT,
|
STATIONNAMING_HELIPORT,
|
||||||
}
|
};
|
||||||
|
|
||||||
static bool GenerateStationName(Station *st, TileIndex tile, int flag)
|
static bool GenerateStationName(Station *st, TileIndex tile, int flag)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue