mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
added addBack() in showQuotientConfig
This commit is contained in:
@@ -81,6 +81,8 @@ void showQuotientConfig() {
|
||||
dialog::addItem("find the next prime", 'p');
|
||||
dialog::addItem("activate", 'x');
|
||||
dialog::addItem("default", 'c');
|
||||
|
||||
dialog::addBack();
|
||||
|
||||
keyhandler = [&gxcur] (int sym, int uni) {
|
||||
if(uni >= 'a' && uni < 'a' + isize(fgeomextras))
|
||||
|
Reference in New Issue
Block a user