]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/minigame/pong.qc
Step 5: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / minigame / pong.qc
index 4bcb8c51446ee77020731131ee95bc2e9bc7ef9e..ef3c700859cdf87801896954abd627b5a00eb1e6 100644 (file)
@@ -56,7 +56,7 @@ void pong_ball_throw(entity ball)
 // Think equivalent of pong_ball_throw, used to delay throws
 void pong_ball_throwthink(entity this)
 {
-       pong_ball_throw(self);
+       pong_ball_throw(this);
 }
 
 // Moves ball to the center and stops its motion