]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 8 Nov 2011 20:56:40 +0000 (21:56 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11537 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=96d8ede012f5e89dd983671fb7618f352cfcec94

host_cmd.c

index 8843c61b0464cec3e9a3c0f2879b9a9d0a80f647..092502e492da1da1225bb179c041723259f64d17 100644 (file)
@@ -1699,6 +1699,7 @@ Host_Pause_f
 */
 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