]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qc
Remove "if not"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qc
index 2f05e1d1c4f00c8106a34154b386099dcefcb7fe..e496725e547e89f66c2459fa64b6fbc6b94cf5c7 100644 (file)
@@ -313,7 +313,7 @@ void Draw_Shockwave()
 {
        float a = bound(0, (0.5 - ((time - self.sw_time) / 0.4)), 0.5);
 
-       if not(a) { remove(self); }
+       if(!a) { remove(self); }
        
        vector deviation, angle;