mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-09 00:22:06 +00:00
seuphorica:: compile with recent changes to editInfix
This commit is contained in:
@@ -1172,7 +1172,7 @@ void seuphorica_dictionary() {
|
||||
if(uni == '/') uni = '?';
|
||||
if(among(uni, '$', '?', '.')) { dialog::infix += uni; return; }
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
if(dialog::editInfix(sym, uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user