From 5702b3bfd0e20a0f99c8fecdada033e8d8802f01 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 8 Nov 2007 20:35:05 +0000 Subject: fixed the saving of the filter options --- src/engine/config_variables.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/engine/config_variables.h b/src/engine/config_variables.h index 0bc0c89c..09b03cbc 100644 --- a/src/engine/config_variables.h +++ b/src/engine/config_variables.h @@ -18,11 +18,11 @@ MACRO_CONFIG_INT(cl_editor, 0, 0, 1) MACRO_CONFIG_STR(b_filter_string, 64, "") -MACRO_CONFIG_INT(b_filter_full, 0, 1, 0) -MACRO_CONFIG_INT(b_filter_empty, 0, 1, 0) -MACRO_CONFIG_INT(b_filter_pw, 0, 1, 0) -MACRO_CONFIG_INT(b_sort, 0, 0, 0) -MACRO_CONFIG_INT(b_max_requests, 10, 0, 0) +MACRO_CONFIG_INT(b_filter_full, 0, 0, 1) +MACRO_CONFIG_INT(b_filter_empty, 0, 0, 1) +MACRO_CONFIG_INT(b_filter_pw, 0, 0, 1) +MACRO_CONFIG_INT(b_sort, 0, 0, 256) +MACRO_CONFIG_INT(b_max_requests, 10, 0, 1000) MACRO_CONFIG_INT(snd_rate, 48000, 0, 0) MACRO_CONFIG_INT(snd_enable, 1, 0, 1) -- cgit 1.4.1