From: havoc Date: Tue, 8 Nov 2011 19:17:40 +0000 (+0000) Subject: fix compile error (missing variable) X-Git-Tag: xonotic-v0.6.0~163^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=96d8ede012f5e89dd983671fb7618f352cfcec94;p=xonotic%2Fdarkplaces.git fix compile error (missing variable) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11537 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index f2d6af53..e5d477cb 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -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