# HG changeset patch # User glx # Date 2007-10-31 18:53:49 # Node ID 37b6f180aba057af1e4a8fc973d88d19c6739650 # Parent e50a8d29e5a07f4ada7cd7a042e5d2664d6af9ef (svn r11364) -Fix (r11363): compilation broken diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -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) {