]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Resolve preprocessor warnings
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 6 Oct 2015 10:59:58 +0000 (21:59 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 6 Oct 2015 10:59:58 +0000 (21:59 +1100)
qcsrc/common/buffs/all.qc
qcsrc/server/defs.qh

index 56e9b1e41ec4697dbe90435f7b8898af44204026..190c627ceabdf5da88bd401e5f8b279f327abf45 100644 (file)
@@ -1,10 +1,10 @@
 #if defined(CSQC)
-       #include "../dpdefs/csprogsdefs.qh"
-       #include "../client/defs.qh"
+       #include "../../dpdefs/csprogsdefs.qh"
+       #include "../../client/defs.qh"
 #elif defined(MENUQC)
 #elif defined(SVQC)
-       #include "../dpdefs/progsdefs.qh"
-    #include "../dpdefs/dpextensions.qh"
+       #include "../../dpdefs/progsdefs.qh"
+    #include "../../dpdefs/dpextensions.qh"
 #endif
 #include "all.qh"
 
index 09e6becafcdc0df38afc3f2c9537173f92b87a57..8d52d6f38ee03b7f47dff95e1e3b63baa2ec8fdf 100644 (file)
@@ -348,6 +348,7 @@ ALLVOICEMSGS
 //             _VOICEMSG(droppedflag) \
 //             _VOICEMSG(negative) \
 //             _VOICEMSG(seenenemy) \
+//      /**/
 
 string globalsound_fall;
 string globalsound_metalfall;