link in the hash functions for progs

This commit is contained in:
Bill Currie 2003-08-20 22:37:49 +00:00
parent ac330a32c2
commit 59d321ded5

View file

@ -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))");