mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
dialog:: improvements to list dialogs
This commit is contained in:
@@ -941,8 +941,7 @@ EX namespace tactic {
|
||||
|
||||
"Good luck, and have fun!"
|
||||
);
|
||||
else if(dialog::infix == "" && dialog::handlePageButtons(uni)) ;
|
||||
else if(dialog::editInfix(uni)) ;
|
||||
else if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user