mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
added addBack() in showQuotientConfig
This commit is contained in:
@@ -82,6 +82,8 @@ void showQuotientConfig() {
|
||||
dialog::addItem("activate", 'x');
|
||||
dialog::addItem("default", 'c');
|
||||
|
||||
dialog::addBack();
|
||||
|
||||
keyhandler = [&gxcur] (int sym, int uni) {
|
||||
if(uni >= 'a' && uni < 'a' + isize(fgeomextras))
|
||||
current_extra = uni - 'a';
|
||||
|
Reference in New Issue
Block a user