settings.c
changeset 2619 1b20d578a660
parent 2456 2317dd6f4b19
child 2672 35122f8a44ab
--- a/settings.c	Tue Nov 08 23:18:09 2005 +0000
+++ b/settings.c	Wed Nov 09 07:25:55 2005 +0000
@@ -853,6 +853,7 @@
 	{"autorenew_money",			SDT_INT32,	(void*)100000,&_patches.autorenew_money,			NULL},
 
 	{"population_in_label",	SDT_BOOL,		(void*)true,	&_patches.population_in_label,	NULL},
+	{"link_terraform_toolbar",       SDT_BOOL,   (void*)false, &_patches.link_terraform_toolbar,       NULL},
 
 	{NULL,									0,					NULL,					NULL,																						NULL}
 };