mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 19:01:06 +00:00
link in the hash functions for progs
This commit is contained in:
parent
ac330a32c2
commit
59d321ded5
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ SV_Progs_Init (void)
|
|||
PR_Resources_Init (&sv_pr_state);
|
||||
SV_PR_Cmds_Init ();
|
||||
Cmd_Progs_Init (&sv_pr_state);
|
||||
Hash_Progs_Init (&sv_pr_state);
|
||||
|
||||
Cmd_AddCommand ("edict", ED_PrintEdict_f, "Report information on a given "
|
||||
"edict in the game. (edict (edict number))");
|
||||
|
|
Loading…
Reference in a new issue