From fc99d7bd4d45fb311aff8985311d81f6e6c1cac6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 1 Apr 2001 01:42:40 +0000 Subject: [PATCH] oooooooops, forgot to call Game_Init in the server --- qw/source/sv_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index ca73d7249..3e2c90567 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -1924,6 +1924,7 @@ SV_Init (void) Cbuf_Execute_Sets (); COM_Filesystem_Init (); + Game_Init (); COM_Init (); PR_Init ();