From 4fa359108864e006872d77ebacb4f11b1d792e66 Mon Sep 17 00:00:00 2001 From: Akari Date: Mon, 7 Feb 2011 13:00:11 +0200 Subject: [PATCH] CL_Irc_Init() call --- cl_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl_main.c b/cl_main.c index 0d340a80..2031d78e 100644 --- a/cl_main.c +++ b/cl_main.c @@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "r_shadow.h" #include "libcurl.h" #include "snd_main.h" +#include "irc.h" // we need to declare some mouse variables here, because the menu system // references them even when on a unix system. @@ -2468,6 +2469,7 @@ void CL_Init (void) CL_Video_Init(); CL_Gecko_Init(); + CL_Irc_Init(); } -- 2.39.2