From 0747c2dff9289db6204b82501d03447f3ec6cc99 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 1 Mar 2008 14:36:36 +0000 Subject: fixed remote console. some gui tweaks aswell. --- src/engine/e_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/e_config.h') diff --git a/src/engine/e_config.h b/src/engine/e_config.h index 78ffdd02..514a6ceb 100644 --- a/src/engine/e_config.h +++ b/src/engine/e_config.h @@ -20,8 +20,8 @@ extern CONFIGURATION config; void config_init(); void config_set(const char *line); void config_reset(); -void config_load(const char *filename); -void config_save(const char *filename); +/*void config_load(const char *filename);*/ +void config_save(); typedef int (*CONFIG_INT_GETTER)(CONFIGURATION *c); typedef const char *(*CONFIG_STR_GETTER)(CONFIGURATION *c); -- cgit 1.4.1