]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Player templates: fixed compiler segfault.
authorLyberta <lyberta@lyberta.net>
Mon, 16 Oct 2017 04:21:56 +0000 (07:21 +0300)
committerLyberta <lyberta@lyberta.net>
Mon, 16 Oct 2017 04:21:56 +0000 (07:21 +0300)
qcsrc/server/playertemplates.qc

index c893774aa0c5357ce9c2edc755d562417173db61..2f84c01ad28072669c82896e7f943abfdc53cd3b 100644 (file)
@@ -8,6 +8,8 @@
 #include "autocvars.qh"
 #include "resources.qh"
 #include "mutators/events.qh"
+#include <common/mutators/mutator/overkill/hmg.qh>
+#include <common/mutators/mutator/overkill/rpc.qh>
 
 const string playertemplate_cvar_prefix = "g_player_template_";