diff --git a/config.cpp b/config.cpp index 522228ba..d8e2dc06 100644 --- a/config.cpp +++ b/config.cpp @@ -106,13 +106,13 @@ template<> struct saver : dsaver { }; #endif -#endif - EX void addparam(ld& val, const string s) { addsaver(val, s); params.insert({s, val}); } +#endif + EX ld bounded_mine_percentage = 0.1; EX int bounded_mine_quantity, bounded_mine_max;