mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-14 18:58:50 +00:00
editInfix now also has sym argument
This commit is contained in:
+1
-1
@@ -976,7 +976,7 @@ EX namespace tactic {
|
||||
"Good luck, and have fun!"
|
||||
);
|
||||
else if(dialog::infix == "" && 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