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

This commit is contained in:
rubidium
2009-05-17 10:19:00 +00:00
parent 0c10daa243
commit 57a7313ea5
5 changed files with 8 additions and 18 deletions

View File

@@ -18,10 +18,6 @@ VARDEF byte _age_cargo_skip_counter;
/* Also save scrollpos_x, scrollpos_y and zoom */
VARDEF uint16 _disaster_delay;
/* Determines what station to operate on in the
* tick handler. */
VARDEF uint16 _station_tick_ctr;
/* Determines how often to run the tree loop */
VARDEF byte _trees_tick_ctr;