]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qc
Fix typedefs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qc
index aad855091d9ffd5ccf12e0664071c98d762b52c5..019792f55c0fe4030bf6d8be0af636fa65460e8d 100644 (file)
@@ -16,7 +16,7 @@ void Draw_PointParticles()
        vector o;
        o = self.origin;
        sz = self.maxs - self.mins;
-       n = BGMScript(self);
+       n = doBGMScript(self);
        if(self.absolute == 2)
        {
                if(n >= 0)