diff options
Diffstat (limited to 'station_cmd.c')
-rw-r--r-- | station_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c index 61c09e2c0..67457728d 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -3138,7 +3138,7 @@ static void Load_ROADSTOP( void ) RoadStop *rs; if (!AddBlockIfNeeded(&_roadstop_pool, index)) - error("RoadStop: failed loading savegame: too many RoadStops"); + error("RoadStops: failed loading savegame: too many RoadStops"); rs = GetRoadStop(index); SlObject(rs, _roadstop_desc); |