summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-05-17 10:19:00 +0000
committerrubidium <rubidium@openttd.org>2009-05-17 10:19:00 +0000
commit6b2f9e8c9edd6a8e5528898db0bbdb884b0221a2 (patch)
tree11aa3acb6ccf66deee909b5ff688cc1670886f06 /src/variables.h
parent871107f52952ee59c353feab933126ed206e60bf (diff)
downloadopenttd-6b2f9e8c9edd6a8e5528898db0bbdb884b0221a2.tar.xz
(svn r16328) -Fix: desync when removing lots of stations
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/variables.h b/src/variables.h
index 5ef2d9c50..6a4c9f527 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -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;