From 2b4d1fff89e1b2d566cfb2f606a0d2995d25f0fd Mon Sep 17 00:00:00 2001 From: glx Date: Wed, 31 Oct 2007 18:53:49 +0000 Subject: (svn r11364) -Fix (r11363): compilation broken --- src/station_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index bdd578090..664af247c 100644 --- 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) { -- cgit v1.2.3-54-g00ecf