mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
you can no longer set compass size < 0
This commit is contained in:
parent
c263fdb7f2
commit
f42fba3afe
@ -864,9 +864,9 @@ void showGraphConfig() {
|
||||
|
||||
if(xuni == 'C') {
|
||||
dialog::editNumber(vid.mobilecompasssize, 0, 100, 10, 20, XLAT("compass size"), "");
|
||||
dialog::bound_low(0);
|
||||
// we need to check the moves
|
||||
dialog::reaction = checkmove;
|
||||
dialog::bound_low(0);
|
||||
}
|
||||
|
||||
#if CAP_FRAMELIMIT
|
||||
|
Loading…
Reference in New Issue
Block a user