]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
CL_Irc_Init() call
authorAkari <hetors.email@gmail.com>
Mon, 7 Feb 2011 11:00:11 +0000 (13:00 +0200)
committerAkari <hetors.email@gmail.com>
Mon, 7 Feb 2011 11:00:11 +0000 (13:00 +0200)
cl_main.c

index 0d340a80875103a0cf53d0dbd07015629240c0cb..2031d78e58ff7b8747bb8c8151207cce8eda7ac8 100644 (file)
--- 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();
 }