settings.c
changeset 350 36f4ee00d0b6
parent 265 621017a720d1
child 395 788a9bba0889
--- a/settings.c	Mon Nov 08 22:21:14 2004 +0000
+++ b/settings.c	Wed Nov 10 21:14:16 2004 +0000
@@ -829,6 +829,7 @@
 	{"realistic_acceleration",SDT_BOOL, (void*)false, (void*)offsetof(Patches, realistic_acceleration),	NULL},
 
 	{"toolbar_pos",					SDT_UINT8,	(void*)0,			(void*)offsetof(Patches, toolbar_pos),					NULL},
+	{"window_snap_radius",  SDT_UINT8,  (void*)10,    (void*)offsetof(Patches, window_snap_radius),   NULL},
 
 	{"max_trains",					SDT_UINT8,	(void*)80,		(void*)offsetof(Patches, max_trains),						NULL},
 	{"max_roadveh",					SDT_UINT8,	(void*)80,		(void*)offsetof(Patches, max_roadveh),					NULL},