summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-11-07 16:07:31 +0000
committerpeter1138 <peter1138@openttd.org>2006-11-07 16:07:31 +0000
commitc281cf028fd72a7e7d190f8aab4266363d51f219 (patch)
tree9662569a3ffc17278439d069239e51b0e9ff35ec /variables.h
parente37b5d13bdce9ec5711bfe38c93969d61188e139 (diff)
downloadopenttd-c281cf028fd72a7e7d190f8aab4266363d51f219.tar.xz
(svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index b8a4536ea..3e949390d 100644
--- a/variables.h
+++ b/variables.h
@@ -114,7 +114,6 @@ typedef struct Patches {
uint32 generation_seed; // noise seed for world generation
byte tree_placer; // the tree placer algorithm
byte heightmap_rotation; // rotation director for the heightmap
- uint16 progress_update_interval; // interval between two updates of the progress in hundreds of milliseconds
byte se_flat_world_height; // land height a flat world gets in SE
bool bribe; // enable bribing the local authority
bool nonuniform_stations; // allow nonuniform train stations