From 96d8ede012f5e89dd983671fb7618f352cfcec94 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 8 Nov 2011 19:17:40 +0000 Subject: [PATCH] fix compile error (missing variable) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11537 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2