summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-14 22:27:40 +0000
committerrubidium <rubidium@openttd.org>2007-09-14 22:27:40 +0000
commit3055d42fc4c0e58deb6b37ff712d754384b9c174 (patch)
tree66f89fc328e49813581c22632a0a9cb21d7c2eb8 /src/variables.h
parent9e14778057689f1f7e6efb2b0708cbe70c7c3101 (diff)
downloadopenttd-3055d42fc4c0e58deb6b37ff712d754384b9c174.tar.xz
(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index f367e7baf..5fbd6ee26 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -240,6 +240,8 @@ struct Patches {
bool timetabling; ///< Whether to allow timetabling.
bool timetable_in_ticks; ///< Whether to show the timetable in ticks rather than days.
+
+ bool autoslope; ///< Allow terraforming under things.
};
VARDEF Patches _patches;