]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/buffs.qc
Some small updates to buffs system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / buffs.qc
index cbb40d13de0e37fdd32c843b199ecff0c49aa374..89e2d80be84d40150f6fe4df8ca8d85fc43b747d 100644 (file)
@@ -54,8 +54,7 @@ int Buff_Type_FromSprite(string buff_sprite)
        return 0;
 }
 
-
-int Buff_Skin(float buff_id)
+int Buff_Skin(int buff_id)
 {
        entity e;
        for(e = Buff_Type_first; e; e = e.enemy)