(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

@@ -1707,8 +1707,7 @@ static const OldChunks main_chunk[] = {
OCL_CNULL( OC_TTD, 144 ), ///< AI cargo-stuff, calculated in InitializeLandscapeVariables
OCL_NULL( 2 ), ///< Company indexes of companies, no longer in use
OCL_VAR ( OC_FILE_U8 | OC_VAR_U16, 1, &_station_tick_ctr ),
OCL_NULL( 1 ), ///< Station tick counter, no longer in use
OCL_VAR ( OC_UINT8, 1, &_settings_game.locale.currency ),
OCL_VAR ( OC_UINT8, 1, &_settings_game.locale.units ),