]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Handicap: fixed compilation units.
authorLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 06:34:52 +0000 (09:34 +0300)
committerLyberta <lyberta@lyberta.net>
Wed, 6 Sep 2017 06:34:52 +0000 (09:34 +0300)
qcsrc/server/handicap.qc
qcsrc/server/player.qc

index 078c7035af7364bcf9b9ae0893d8ca75caf5cd95..26c90c83711640c6b1bc976a72e056c10b261589 100644 (file)
@@ -5,6 +5,9 @@
 /// \author Lyberta
 /// \copyright GNU GPLv2 or any later version.
 
+#include <common/state.qh>
+#include "client.qh"
+
 .float m_handicap; ///< Holds the handicap value.
 
 void Handicap_Initialize(entity player)
index ab4b8edc38d1556435adf7c8aea56b006ad284e6..d9226f3437e351bec049ea26b5747b333f2530ad 100644 (file)
@@ -4,6 +4,7 @@
 #include "bot/api.qh"
 #include "cheats.qh"
 #include "g_damage.qh"
+#include "handicap.qh"
 #include "g_subs.qh"
 #include "miscfunctions.qh"
 #include "portals.qh"