1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

'plain' button shown in the inventory screen

This commit is contained in:
Zeno Rogue
2021-05-30 13:21:22 +02:00
parent 8f28497f26
commit bc0eed4cf0
2 changed files with 3 additions and 1 deletions

View File

@@ -613,7 +613,7 @@ EX namespace inv {
}
}
dialog::displayPageButtons(3, 0);
dialog::displayPageButtons(7, 0);
mouseovers = "";
keyhandler = [] (int sym, int uni) {
if(plain) dialog::handleNavigation(sym, uni);