(svn r16328) -Fix: desync when removing lots of stations

This commit is contained in:
rubidium
2009-05-17 10:19:00 +00:00
parent 871107f529
commit 6b2f9e8c9e
5 changed files with 8 additions and 18 deletions

View File

@@ -195,9 +195,6 @@ static void Load_STNS()
SaveLoad_STNS(st);
}
/* This is to ensure all pointers are within the limits of _stations_size */
if (_station_tick_ctr > GetMaxStationIndex()) _station_tick_ctr = 0;
}
static void Save_ROADSTOP()