X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fbuffs.qh;h=ddf5722816dfe1c989c252a631e49f93abcaf31e;hb=1217fce596f1b9769ffb6f479e3abbd4f77af5ef;hp=db57943241b9c3d0b0bad9698dfd9f0e76dd1c5d;hpb=ae2c1407ec9a05e4f501a6604a7cce8e1030df9f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/buffs.qh b/qcsrc/common/buffs.qh index db5794324..ddf572281 100644 --- a/qcsrc/common/buffs.qh +++ b/qcsrc/common/buffs.qh @@ -34,7 +34,7 @@ CLASS(Buff, Pickup) ATTRIB(Buff, m_skin, int, 0) ATTRIB(Buff, m_sprite, string, "") #ifdef SVQC - METHOD(Buff, m_time, float(entity)) + METHOD(Buff, m_time, float(entity)); float Buff_m_time(entity this) { return cvar(strcat("g_buffs_", this.netname, "_time")); } #endif ENDCLASS(Buff)