From b86264e67ccfc9b1ccf309f87944dcf5cf63407a 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 ::stable-branch::merge=96d8ede012f5e89dd983671fb7618f352cfcec94 --- host_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host_cmd.c b/host_cmd.c index 8843c61b..092502e4 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -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 -- 2.39.2