mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-16 19:22:06 +00:00
after 3 illegal moves, provide some suggestions regarding possible skip-moves and Orb uses
This commit is contained in:
+1
-1
@@ -4299,7 +4299,7 @@ EX void configureMouse() {
|
||||
dialog::add_action([] {
|
||||
dialog::editNumber(vid.mobilecompasssize, 0, 100, 10, 20, XLAT("compass size"), XLAT("0 to disable"));
|
||||
// we need to check the moves
|
||||
dialog::get_di().reaction = checkmove;
|
||||
dialog::get_di().reaction = [] { checkmove(false); };
|
||||
dialog::bound_low(0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user