diff options
author | Oskari Leppäaho <oskari.leppaaho@gmail.com> | 2018-10-31 19:48:37 +0200 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2018-10-31 19:24:21 +0100 |
commit | b3b89257f745481db211fbc0bb185660528ec00c (patch) | |
tree | bfd3464a59fa87a8b2a6025459bf264ff0870148 /src/script/api/game | |
parent | 5029cd6f28e576558d4e9304093db6e9e1216f15 (diff) | |
download | openttd-b3b89257f745481db211fbc0bb185660528ec00c.tar.xz |
Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION"
Diffstat (limited to 'src/script/api/game')
-rw-r--r-- | src/script/api/game/game_station.hpp.sq | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/game/game_station.hpp.sq b/src/script/api/game/game_station.hpp.sq index e3a7425ca..4c2f63b38 100644 --- a/src/script/api/game/game_station.hpp.sq +++ b/src/script/api/game/game_station.hpp.sq @@ -33,7 +33,6 @@ void SQGSStation_Register(Squirrel *engine) SQGSStation.DefSQConst(engine, ScriptStation::STATION_ANY, "STATION_ANY"); ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION); - ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION); ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION); ScriptError::RegisterErrorMap(STR_ERROR_TOO_MANY_STATIONS_LOADING, ScriptStation::ERR_STATION_TOO_MANY_STATIONS); ScriptError::RegisterErrorMap(STR_ERROR_TOO_MANY_TRUCK_STOPS, ScriptStation::ERR_STATION_TOO_MANY_STATIONS); |