]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
URS: Fixed compilation units.
authorLyberta <lyberta@lyberta.net>
Sat, 2 Sep 2017 12:30:40 +0000 (15:30 +0300)
committerLyberta <lyberta@lyberta.net>
Sat, 2 Sep 2017 12:30:40 +0000 (15:30 +0300)
qcsrc/server/weapons/spawning.qc
qcsrc/server/weapons/throwing.qc
qcsrc/server/weapons/weaponsystem.qc

index 8501110059da65ab869611209480e540f4bea5f2..e4d8dd388c154c4c0fa02d0b65b7bae832bc472a 100644 (file)
@@ -1,6 +1,7 @@
 #include "spawning.qh"
 
 #include "weaponsystem.qh"
+#include "../resources.qh"
 #include "../mutators/_mod.qh"
 #include <common/t_items.qh>
 #include <common/weapons/_all.qh>
index edfa2209a6e96c15eff66e37db333b1d253a4b90..52bf4a60788509039e72818a421099eb0c9aa907 100644 (file)
@@ -1,6 +1,7 @@
 #include "throwing.qh"
 
 #include "weaponsystem.qh"
+#include "../resources.qh"
 #include "../mutators/_mod.qh"
 #include <common/t_items.qh>
 #include "../g_damage.qh"
index dc1b81d690fd2cdd28d80d4a6716c454602536c0..2f6fcb68d7213cbafc508343d377da932944ad0a 100644 (file)
@@ -5,6 +5,7 @@
 #include "../command/common.qh"
 #include "../mutators/_mod.qh"
 #include "../round_handler.qh"
+#include "../resources.qh"
 #include <common/t_items.qh>
 #include <common/animdecide.qh>
 #include <common/constants.qh>