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