(svn r1818) -Add: Dynamic orders (up to 64k orders)

This commit is contained in:
truelight
2005-02-06 10:24:57 +00:00
parent bd7f37d592
commit 79d1ed2c66
7 changed files with 74 additions and 31 deletions

View File

@@ -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);