]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix compile error (missing variable)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 8 Nov 2011 19:17:40 +0000 (19:17 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 8 Nov 2011 19:17:40 +0000 (19:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11537 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index f2d6af53dc5b54caa621c608c9c0960337fc01f0..e5d477cb3b15bd117d6078e8698baa107f0f50e1 100644 (file)
@@ -1698,6 +1698,7 @@ Host_Pause_f
 */
 static void Host_Pause_f (void)
 {
+       void (*print) (const char *fmt, ...);
        if (cmd_source == src_command)
        {
                // if running a client, try to send over network so the pause is handled by the server