summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-16 18:46:54 +0000
committerdarkvater <darkvater@openttd.org>2004-08-16 18:46:54 +0000
commit255a1ad941f4f852b65257cf179294ee4f5acdd4 (patch)
tree78b7848d85aeb8e0b2fcfea40a576585f834d11f /settings.c
parent4587ede35d8ada9f15c1a8ba5e2362cc870c0073 (diff)
downloadopenttd-255a1ad941f4f852b65257cf179294ee4f5acdd4.tar.xz
(svn r68) -Fix: [1009621] build in pause is now a cheat instead of a patch (truesatan)
-Fix: Placing/editing signs signs is possible in paused mode
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 8000f6523..d58f07c78 100644
--- a/settings.c
+++ b/settings.c
@@ -845,7 +845,7 @@ static const SettingDesc patch_settings[] = {
{"pf_maxlength", SDT_UINT16, (void*)512, (void*)offsetof(Patches, pf_maxlength)},
{"pf_maxdepth", SDT_UINT8, (void*)16, (void*)offsetof(Patches, pf_maxdepth)},
- {"build_in_pause", SDT_BOOL, (void*)false, (void*)offsetof(Patches, build_in_pause)},
+
{"ai_disable_veh_train", SDT_BOOL, (void*)false, (void*)offsetof(Patches, ai_disable_veh_train)},
{"ai_disable_veh_roadveh", SDT_BOOL, (void*)false, (void*)offsetof(Patches, ai_disable_veh_roadveh)},