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
commit37294114c321108541aa31dd250f9a43baa9c6e2 (patch)
tree9662569a3ffc17278439d069239e51b0e9ff35ec /variables.h
parentdd29f9d9646152803046faac04f2731546bb8765 (diff)
downloadopenttd-37294114c321108541aa31dd250f9a43baa9c6e2.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