1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval

This commit is contained in:
2006-11-07 16:07:31 +00:00
parent e37b5d13bd
commit c281cf028f
4 changed files with 4 additions and 7 deletions

View File

@@ -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