]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Nades: always throw with weapon drop in case offhand is occupied
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index 6681151dfbc2d871e520a821eb84e58fbb6331e6..0d608f9af76268de54d415746ca813e2b965453c 100644 (file)
@@ -1,5 +1,11 @@
+#include "round_handler.qh"
+#include "_all.qh"
+
+#include "command/vote.qh"
+#include "../common/util.qh"
+
 void round_handler_Think()
-{
+{SELFPARAM();
        float f;
 
        if(time < game_starttime)