]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / cl_main.c
index 420203b4f4e0c641d2fe54887432550e4c1a46d1..f9226401d9ff5fd5dda505e3c38fd73520141360 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.
@@ -2502,6 +2503,7 @@ void CL_Init (void)
 
        CL_Video_Init();
        CL_Gecko_Init();
+       CL_Irc_Init();
 }