]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a missing include for the overkill shotgun, fixes compile
authorMario <mario.mario@y7mail.com>
Wed, 20 May 2020 10:57:54 +0000 (20:57 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 20 May 2020 10:57:54 +0000 (20:57 +1000)
qcsrc/common/mutators/mutator/nades/nades.qc

index 0a482095d08fe1a735457752dae83a68467d3cf0..46e339a0392ca0daa01484dd569214f35a4433c4 100644 (file)
@@ -1,6 +1,7 @@
 #include "nades.qh"
 
 #include "../overkill/okmachinegun.qh"
+#include "../overkill/okshotgun.qh"
 
 #ifdef SVQC
 bool autocvar_g_nades_nade_small;