1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

you can no longer set compass size < 0

This commit is contained in:
Zeno Rogue 2019-01-28 21:39:37 +01:00
parent c263fdb7f2
commit f42fba3afe

View File

@ -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