From 42ce5b1184790f241bd266e20faed2903b515662 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 21 Feb 2001 22:34:42 +0000 Subject: [PATCH] nq now plays demos nicely (call Key_Init_Cvars and Con_Init_Cvars) --- nq/source/host.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nq/source/host.c b/nq/source/host.c index 58586c474..59a2a9ef4 100644 --- a/nq/source/host.c +++ b/nq/source/host.c @@ -925,6 +925,8 @@ void Host_Init (quakeparms_t *parms) Host_InitVCR (parms); Host_InitLocal (); W_LoadWadFile ("gfx.wad"); + Key_Init_Cvars (); + Con_Init_Cvars (); Key_Init (); Con_Init (); M_Init ();