X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem.qh;h=cf4e288ba6cd1769c127ef9ca27ab16ca8411579;hp=030b4db1c089f53f06c62a1cb19590ac48b50977;hb=8d21c71d2a5d6eb9a30b2e981a216382eef4ce59;hpb=791f300d2660d6b75a51c6e7f302d6fa6b64861a diff --git a/qcsrc/common/items/item.qh b/qcsrc/common/items/item.qh index 030b4db1c0..cf4e288ba6 100644 --- a/qcsrc/common/items/item.qh +++ b/qcsrc/common/items/item.qh @@ -48,8 +48,8 @@ const int IT_UNLIMITED_AMMO = IT_UNLIMITED_WEAPON_AMMO | IT_UNLIMITE const int IT_PICKUPMASK = IT_UNLIMITED_AMMO | IT_JETPACK | IT_FUEL_REGEN; // strength and invincible are handled separately #ifdef SVQC -.float strength_finished = _STAT(STRENGTH_FINISHED); -.float invincible_finished = _STAT(INVINCIBLE_FINISHED); +const .float strength_finished = _STAT(STRENGTH_FINISHED); +const .float invincible_finished = _STAT(INVINCIBLE_FINISHED); #define spawnfunc_body(item) \ if (!Item_IsDefinitionAllowed(item)) \