summaryrefslogtreecommitdiff
path: root/src/script/api/script_station.hpp
diff options
context:
space:
mode:
authorOskari Leppäaho <oskari.leppaaho@gmail.com>2018-10-31 19:48:37 +0200
committerfrosch <github@elsenhans.name>2018-10-31 19:24:21 +0100
commitb3b89257f745481db211fbc0bb185660528ec00c (patch)
treebfd3464a59fa87a8b2a6025459bf264ff0870148 /src/script/api/script_station.hpp
parent5029cd6f28e576558d4e9304093db6e9e1216f15 (diff)
downloadopenttd-b3b89257f745481db211fbc0bb185660528ec00c.tar.xz
Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION"
Diffstat (limited to 'src/script/api/script_station.hpp')
-rw-r--r--src/script/api/script_station.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_station.hpp b/src/script/api/script_station.hpp
index 8561cd9bd..42ea412d0 100644
--- a/src/script/api/script_station.hpp
+++ b/src/script/api/script_station.hpp
@@ -30,7 +30,7 @@ public:
ERR_STATION_BASE = ScriptError::ERR_CAT_STATION << ScriptError::ERR_CAT_BIT_SIZE,
/** The station is build too close to another station, airport or dock */
- ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION, // [STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT, STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION, STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK]
+ ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION, // [STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT, STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK]
/** There are too many stations, airports and docks in the game */
ERR_STATION_TOO_MANY_STATIONS, // [STR_ERROR_TOO_MANY_STATIONS_LOADING, STR_ERROR_TOO_MANY_TRUCK_STOPS, STR_ERROR_TOO_MANY_BUS_STOPS]