]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/compat/quake3.qc
Turn most cases of _STAT into STAT
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake3.qc
index 8eb8273888a86b74f1e91a253d8ff0b7f55e8bba..a1e1294027e5adb10ba52117a407ff95983cfa67 100644 (file)
@@ -118,7 +118,7 @@ void target_init_use(entity this, entity actor, entity trigger)
        {
                actor.strength_finished = 0;
                actor.invincible_finished = 0;
-               actor.buffs = 0;
+               STAT(BUFFS, actor) = 0;
        }
 
        if (!(this.spawnflags & 16))