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:
parent
bf198bdaba
commit
16f6266b7e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user