]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation units
authorterencehill <piuntn@gmail.com>
Sun, 17 Apr 2022 02:13:26 +0000 (04:13 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 17 Apr 2022 02:13:26 +0000 (04:13 +0200)
qcsrc/server/bot/default/bot.qc

index 509adfdbe6fa2cb54d585bd608b65ee207b728be..5577e8469d82fdb8dda2c3b967034814802b96b5 100644 (file)
@@ -28,6 +28,7 @@
 #include <server/scores_rules.qh>
 #include <server/teamplay.qh>
 #include <server/weapons/accuracy.qh>
+#include <server/weapons/selection.qh>
 #include <server/world.qh>
 
 STATIC_INIT(bot) { bot_calculate_stepheightvec(); }