Fix mouse travel and look
Looks like I broke mouse travel and clicklook a while back, and no-one noticed...
This commit is contained in:
@@ -3917,6 +3917,9 @@ rhack(char *cmd)
|
|||||||
goto do_cmdq_extcmd;
|
goto do_cmdq_extcmd;
|
||||||
} else if (firsttime) {
|
} else if (firsttime) {
|
||||||
cmd = parse();
|
cmd = parse();
|
||||||
|
/* parse() pushed a cmd but didn't return any key */
|
||||||
|
if (!*cmd && g.command_queue)
|
||||||
|
goto got_prefix_input;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*cmd == g.Cmd.spkeys[NHKF_ESC]) {
|
if (*cmd == g.Cmd.spkeys[NHKF_ESC]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user