mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 ();
|
const char *cmd = Sys_ConsoleInput ();
|
||||||
if (!cmd)
|
if (!cmd)
|
||||||
break;
|
break;
|
||||||
Cbuf_AddText (con_data.cbuf, cmd);
|
C_ExecLine (cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue