1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-01 08:17:03 +00:00

fixed guard placement

This commit is contained in:
Zeno Rogue 2019-11-16 08:39:51 +01:00
parent bf198bdaba
commit 16f6266b7e

View File

@ -106,13 +106,13 @@ template<> struct saver<ld> : dsaver<ld> {
};
#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;