mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
Link in the keys progs builtins.
This commit is contained in:
parent
0f34ab8762
commit
087908adcd
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ BI_Init (progs_t *pr)
|
|||
Mod_Init ();
|
||||
R_Init ();
|
||||
R_Progs_Init (pr);
|
||||
Key_Progs_Init (pr);
|
||||
|
||||
Con_Init ("client");
|
||||
if (con_module) {
|
||||
|
|
Loading…
Reference in a new issue