mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-07 20:29:02 +00:00
do not display page 1/2 in inventory
This commit is contained in:
@@ -632,7 +632,7 @@ EX namespace inv {
|
||||
|
||||
}
|
||||
}
|
||||
dialog::displayPageButtons(7, 2);
|
||||
dialog::displayPageButtons(7, 0);
|
||||
mouseovers = "";
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(plain) dialog::handleNavigation(sym, uni);
|
||||
|
||||
Reference in New Issue
Block a user