mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
make /command work when not using curses
This commit is contained in:
parent
4a73d5dc45
commit
62e36ef747
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ C_ProcessInput (void)
|
|||
const char *cmd = Sys_ConsoleInput ();
|
||||
if (!cmd)
|
||||
break;
|
||||
Cbuf_AddText (con_data.cbuf, cmd);
|
||||
C_ExecLine (cmd);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue