settings.c
changeset 2916 b687477adcba
parent 2767 25fef06bab87
child 2919 3e42ca528f01
equal deleted inserted replaced
2915:e08f661f1b8e 2916:b687477adcba
   866 };
   866 };
   867 
   867 
   868 // Non-static, needed in network_server.c
   868 // Non-static, needed in network_server.c
   869 const SettingDesc patch_settings[] = {
   869 const SettingDesc patch_settings[] = {
   870 	{"build_on_slopes",			SDT_BOOL,		(void*)true,	&_patches.build_on_slopes,			NULL},
   870 	{"build_on_slopes",			SDT_BOOL,		(void*)true,	&_patches.build_on_slopes,			NULL},
   871 	{"auto_pbs_placement",	SDT_BOOL,		(void*)true,	&_patches.auto_pbs_placement,		NULL},
       
   872 	{"mammoth_trains",			SDT_BOOL,		(void*)true,	&_patches.mammoth_trains,				NULL},
   871 	{"mammoth_trains",			SDT_BOOL,		(void*)true,	&_patches.mammoth_trains,				NULL},
   873 	{"join_stations",				SDT_BOOL,		(void*)true,	&_patches.join_stations,				NULL},
   872 	{"join_stations",				SDT_BOOL,		(void*)true,	&_patches.join_stations,				NULL},
   874 	{"station_spread",			SDT_UINT8,	(void*)12,		&_patches.station_spread,				NULL},
   873 	{"station_spread",			SDT_UINT8,	(void*)12,		&_patches.station_spread,				NULL},
   875 	{"full_load_any",				SDT_BOOL,		(void*)true,	&_patches.full_load_any,				NULL},
   874 	{"full_load_any",				SDT_BOOL,		(void*)true,	&_patches.full_load_any,				NULL},
   876 	{"modified_catchment", 	SDT_BOOL,		(void*)true,	&_patches.modified_catchment,		NULL},
   875 	{"modified_catchment", 	SDT_BOOL,		(void*)true,	&_patches.modified_catchment,		NULL},