diff -r bb8927cf4e1f -r bdc86a42db2c oldloader.c --- a/oldloader.c Sat Oct 28 11:43:56 2006 +0000 +++ b/oldloader.c Sat Oct 28 11:48:21 2006 +0000 @@ -635,7 +635,7 @@ { Station *st; - if (!AddBlockIfNeeded(&_station_pool, num)) + if (!AddBlockIfNeeded(&_Station_pool, num)) error("Stations: failed loading savegame: too many stations"); st = GetStation(num);