From: divverent Date: Fri, 24 Feb 2012 13:34:16 +0000 (+0000) Subject: add missing variable X-Git-Tag: xonotic-v0.8.0~96^2~298 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=1216b346561dbd0fafef8b026508441d69e64d93 add missing variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11728 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index 3d98c0f3..43ed906b 100644 --- a/host.c +++ b/host.c @@ -667,6 +667,7 @@ void Host_Main(void) double wait; int pass1, pass2, pass3, i; char vabuf[1024]; + qboolean playing; Host_Init();