summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 18:17:52 +0000
committertruelight <truelight@openttd.org>2004-12-04 18:17:52 +0000
commit00168d46603dd4bfb0ae925f6adbe8d3092629f1 (patch)
treeb51b91235f126b5bdb73d606c95d6ef6a2f8d074 /settings_gui.c
parent39382a16f3470d15ebe161dda7921e412e1d9465 (diff)
downloadopenttd-00168d46603dd4bfb0ae925f6adbe8d3092629f1.tar.xz
(svn r945) -Fix: [Network] Terraform callback went wrong in merge
-Fix: Some settings went wrong in merge
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index ab37ad18f..1083f8d77 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -588,7 +588,7 @@ static const PatchEntry _patches_ui[] = {
{PE_UINT8, PF_MULTISTRING, STR_CONFIG_PATCHES_TOOLBAR_POS, &_patches.toolbar_pos, 0, 2, 1, &v_PositionMainToolbar},
{PE_UINT8, PF_MULTISTRING | PF_PLAYERBASED, STR_CONFIG_PATCHES_TOOLBAR_POS, &_patches.toolbar_pos, 0, 2, 1, &v_PositionMainToolbar},
- {PE_UINT8, PF_0ISDIS, STR_CONFIG_PATCHES_SNAP_RADIUS, &_patches.window_snap_radius, 1, 32, 1, NULL},
+ {PE_UINT8, PF_0ISDIS | PF_PLAYERBASED, STR_CONFIG_PATCHES_SNAP_RADIUS, &_patches.window_snap_radius, 1, 32, 1, NULL},
{PE_BOOL, PF_PLAYERBASED, STR_CONFIG_PATCHES_INVISIBLE_TREES, &_patches.invisible_trees, 0, 1, 1, &InvisibleTreesActive},
};