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:
Pasi Kallinen
2022-04-05 15:02:56 +03:00
parent 47cef18a9b
commit e260c9ded5

View File

@@ -3917,6 +3917,9 @@ rhack(char *cmd)
goto do_cmdq_extcmd;
} else if (firsttime) {
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]) {