From 691f8578fd4ea12c372534c367312ee7b8763c39 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 22 Mar 2007 03:42:43 +0000 Subject: (svn r9400) -Codechange: Use some more representative enum names for landscape types. --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 3865b41e1..09153ba39 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -250,7 +250,7 @@ static bool GenerateStationName(Station *st, TileIndex tile, int flag) CountMapSquareAround(tile, MP_TREES, 0) >= 8 || CountMapSquareAround(tile, MP_INDUSTRY, IT_FOREST) >= 2) ) { - found = _opt.landscape == LT_DESERT ? + found = _opt.landscape == LT_TROPIC ? M(STR_SV_STNAME_FOREST) : M(STR_SV_STNAME_WOODS); goto done; } -- cgit v1.2.3-54-g00ecf