Variable cleanup for gui_*

This commit is contained in:
Berke Viktor
2012-10-22 13:49:28 +02:00
parent 87e903cd73
commit bf27d43052
20 changed files with 453 additions and 453 deletions

View File

@@ -532,11 +532,11 @@ void
fe_init (void)
{
/* the following should be default generated, not enfoced in binary */
prefs.use_server_tab = 0;
prefs.autodialog = 0;
prefs.hex_gui_tab_server = 0;
prefs.hex_gui_autoopen_dialog = 0;
/* except for these, there is no lag meter, there is no server list */
prefs.lagometer = 0;
prefs.slist_skip = 1;
prefs.hex_gui_lagometer = 0;
prefs.hex_gui_slist_skip = 1;
}
void