diff -r af023b864bad -r 415bf67206dd oldloader.c --- a/oldloader.c Sat Oct 28 10:55:59 2006 +0000 +++ b/oldloader.c Sat Oct 28 11:02:37 2006 +0000 @@ -521,7 +521,7 @@ static bool LoadOldDepot(LoadgameState *ls, int num) { - if (!AddBlockIfNeeded(&_depot_pool, num)) + if (!AddBlockIfNeeded(&_Depot_pool, num)) error("Depots: failed loading savegame: too many depots"); if (!LoadChunk(ls, GetDepot(num), depot_chunk)) return false;