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

This commit is contained in:
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)
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)
{