From 815b8e26b8ef0b44bc73d81a560c65ec60830b7b Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Tue, 30 Aug 2016 14:36:14 -0400 Subject: [PATCH] use correct type for default float setting --- configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.h b/configuration.h index fdf797550c..0ef54157a3 100644 --- a/configuration.h +++ b/configuration.h @@ -58,7 +58,7 @@ struct config_float_setting_ptr const char *ident; float *ptr; bool def_enable; - bool def; + float def; }; struct config_string_setting_ptr