Overview cheats: arrow keys no longer make treasure/orb counts negative

This commit is contained in:
Jesse Ruderman 2021-07-03 02:47:44 -07:00
parent 7f8d978beb
commit a89524918a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ EX void showOverview() {
else checkmove();
cheater++;
};
dialog::bound_low(0);
}
}
else if(udiv == 3 && umod < walltypes) gotoHelp(generateHelpForWall(eWall(umod)));