From 59d321ded5d3daeefdf5a9040b79143241f728c1 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 20 Aug 2003 22:37:49 +0000 Subject: [PATCH] link in the hash functions for progs --- qw/source/sv_progs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/sv_progs.c b/qw/source/sv_progs.c index 9e4a3251b..3db358397 100644 --- a/qw/source/sv_progs.c +++ b/qw/source/sv_progs.c @@ -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))");