]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
add missing variable
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 24 Feb 2012 13:34:16 +0000 (13:34 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 24 Feb 2012 13:34:16 +0000 (13:34 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11728 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 3d98c0f38cacb118d32edcbd14d6e6939f59b762..43ed906b01f2b72b27f142c522a84213e127f469 100644 (file)
--- 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();