]> git.rm.cloudns.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)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Feb 2012 13:38:44 +0000 (14:38 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11728 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1216b346561dbd0fafef8b026508441d69e64d93

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();