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