From 255a1ad941f4f852b65257cf179294ee4f5acdd4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 18:46:54 +0000 Subject: (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 --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.c') 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)}, -- cgit v1.2.3-54-g00ecf