mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-10 18:52:59 +00:00
dialog:: fixed parameter order in handleKeyFile
This commit is contained in:
@@ -937,7 +937,7 @@ namespace dialog {
|
|||||||
keyhandler = handleKeyFile;
|
keyhandler = handleKeyFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
void handleKeyFile(int uni, int sym) {
|
void handleKeyFile(int sym, int uni) {
|
||||||
string& s(*cfileptr);
|
string& s(*cfileptr);
|
||||||
int i = isize(s) - (editext?0:4);
|
int i = isize(s) - (editext?0:4);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user