]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/nix/sv_nix.qc
Migrating resources (ammo, health etc) to a registry for ease of maintenance and...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / nix / sv_nix.qc
index e23d533edffde69b72bf4ec98a8267c23770e558..c53c76eb777e1773700264ca807ae9b6e4a55f3d 100644 (file)
@@ -135,6 +135,7 @@ void NIX_GiveCurrentWeapon(entity this)
        // get weapon info
        entity wpn = REGISTRY_GET(Weapons, nix_weapon);
 
+       // TODO: registry handles
        if(nix_nextchange != this.nix_lastchange_id) // this shall only be called once per round!
        {
                SetResource(this, RES_SHELLS, 0);