mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-01 09:22:51 +00:00
fixed guard placement
This commit is contained in:
parent
bf198bdaba
commit
16f6266b7e
@ -106,13 +106,13 @@ template<> struct saver<ld> : dsaver<ld> {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
EX void addparam(ld& val, const string s) {
|
EX void addparam(ld& val, const string s) {
|
||||||
addsaver(val, s);
|
addsaver(val, s);
|
||||||
params.insert({s, val});
|
params.insert({s, val});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
EX ld bounded_mine_percentage = 0.1;
|
EX ld bounded_mine_percentage = 0.1;
|
||||||
EX int bounded_mine_quantity, bounded_mine_max;
|
EX int bounded_mine_quantity, bounded_mine_max;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user