[quake3-commits] r2168 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 18 22:15:46 EDT 2011


Author: ztm
Date: 2011-09-18 22:15:46 -0400 (Sun, 18 Sep 2011)
New Revision: 2168

Modified:
   trunk/code/client/cl_cgame.c
Log:
Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.

Modified: trunk/code/client/cl_cgame.c
===================================================================
--- trunk/code/client/cl_cgame.c	2011-09-19 02:10:17 UTC (rev 2167)
+++ trunk/code/client/cl_cgame.c	2011-09-19 02:15:46 UTC (rev 2168)
@@ -25,7 +25,9 @@
 
 #include "../botlib/botlib.h"
 
+#ifdef USE_MUMBLE
 #include "libmumblelink.h"
+#endif
 
 extern	botlib_export_t	*botlib_export;
 



More information about the quake3-commits mailing list