(svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types

This commit is contained in:
smatz
2009-08-06 12:33:13 +00:00
parent 7fcebf0997
commit 9c25f1bdb7
6 changed files with 6 additions and 18 deletions

View File

@@ -12,9 +12,6 @@
/* Amount of game ticks */
VARDEF uint16 _tick_counter;
/* Skip aging of cargo? */
VARDEF byte _age_cargo_skip_counter;
/* Also save scrollpos_x, scrollpos_y and zoom */
VARDEF uint16 _disaster_delay;