mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-03 19:32:11 +00:00
more cleanup with uniformizing the keys for 'back' and 'help'
This commit is contained in:
@@ -277,7 +277,7 @@ namespace ss {
|
||||
}
|
||||
dialog::addBreak(50);
|
||||
if(size(slideshows) > 1) dialog::addItem(XLAT("change slideshow"), '1');
|
||||
dialog::addItem(XLAT("go back"), ' ');
|
||||
dialog::addBack();
|
||||
dialog::display();
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(uni >= 'a' && uni < 'a' + sssize) {
|
||||
|
||||
Reference in New Issue
Block a user