diff options
Diffstat (limited to 'saveload.c')
-rw-r--r-- | saveload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c index 0818ebaca..de693d41d 100644 --- a/saveload.c +++ b/saveload.c @@ -1253,7 +1253,7 @@ static void *IntToReference(uint index, SLRefType rt) return GetVehicle(index); } case REF_STATION: { - if (!AddBlockIfNeeded(&_station_pool, index)) + if (!AddBlockIfNeeded(&_Station_pool, index)) error("Stations: failed loading savegame: too many stations"); return GetStation(index); } |