mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-08 12:29:04 +00:00
editInfix now also has sym argument
This commit is contained in:
@@ -219,7 +219,7 @@ EX void showOverview() {
|
||||
"mousewheel to gain or lose treasures and orbs quickly (Ctrl = precise, Shift = reverse)."
|
||||
);
|
||||
else if(dialog::handlePageButtons(sym, uni, true, numpages)) ;
|
||||
else if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
else if(dialog::editInfix(sym, uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user