summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorCelestar <celestar@openttd.org>2004-12-08 15:46:13 +0000
committerCelestar <celestar@openttd.org>2004-12-08 15:46:13 +0000
commit5b0743d66bf73a1bbfdd95beca039283091d8d46 (patch)
treeaa862fd953b81bbc7c142d763f82868807933f7e /variables.h
parent6fd3fc10e347695b28c8b3d1e0074b5456cd8100 (diff)
downloadopenttd-5b0743d66bf73a1bbfdd95beca039283091d8d46.tar.xz
(svn r979) Allow more realistically sized catchment areas
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 61cba06e7..ab84a427c 100644
--- a/variables.h
+++ b/variables.h
@@ -82,6 +82,7 @@ VARDEF byte _saved_scrollpos_zoom;
// ********* END OF SAVE REGION
typedef struct Patches {
+ bool modified_catchment; //different-size catchment areas
bool vehicle_speed; // show vehicle speed
bool build_on_slopes; // allow building on slopes
bool mammoth_trains; // allow very long trains