mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
dialog:: fixed parameter order in handleKeyFile
This commit is contained in:
parent
7345c14184
commit
bdcae25c8e
@ -937,7 +937,7 @@ namespace dialog {
|
||||
keyhandler = handleKeyFile;
|
||||
}
|
||||
|
||||
void handleKeyFile(int uni, int sym) {
|
||||
void handleKeyFile(int sym, int uni) {
|
||||
string& s(*cfileptr);
|
||||
int i = isize(s) - (editext?0:4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user