settings.c
changeset 2008 cdb444f6d43c
parent 2006 9d5d7fd428c2
child 2044 df63b9a7dec3
--- a/settings.c	Mon Jul 04 10:01:06 2005 +0000
+++ b/settings.c	Mon Jul 04 14:58:55 2005 +0000
@@ -845,6 +845,7 @@
 // Non-static, needed in network_server.c
 const SettingDesc patch_settings[] = {
 	{"build_on_slopes",			SDT_BOOL,		(void*)true,	&_patches.build_on_slopes,			NULL},
+	{"auto_pbs_placement",	SDT_BOOL,		(void*)true,	&_patches.auto_pbs_placement,		NULL},
 	{"mammoth_trains",			SDT_BOOL,		(void*)true,	&_patches.mammoth_trains,				NULL},
 	{"join_stations",				SDT_BOOL,		(void*)true,	&_patches.join_stations,				NULL},
 	{"station_spread",			SDT_UINT8,	(void*)12,		&_patches.station_spread,				NULL},