1
0
Fork 0

(svn r11364) -Fix (r11363): compilation broken

release/0.6
glx 2007-10-31 18:53:49 +00:00
parent 87fcd4b6d7
commit 2b4d1fff89
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {