]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Use SELFPARAM() in every function that uses self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index d5b0281338ac22f1999db48338432feb482f0af2..0d608f9af76268de54d415746ca813e2b965453c 100644 (file)
@@ -5,7 +5,7 @@
 #include "../common/util.qh"
 
 void round_handler_Think()
-{
+{SELFPARAM();
        float f;
 
        if(time < game_starttime)