X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem%2Fpowerup.qc;h=fcfe2afb93a5a7c4b44183dfd6c654595f9c1c77;hp=6d38d63748ade1574275618e675de84eed34af17;hb=ad367d1bb35b86b0ffc009d14a09e74610cb506c;hpb=5d0e03ed840a2aa0a5fabb161a781d985a4bc502 diff --git a/qcsrc/common/items/item/powerup.qc b/qcsrc/common/items/item/powerup.qc index 6d38d63748..fcfe2afb93 100644 --- a/qcsrc/common/items/item/powerup.qc +++ b/qcsrc/common/items/item/powerup.qc @@ -5,7 +5,7 @@ .int m_itemid; #endif REGISTER_ITEM(Strength, Powerup) { - this.m_model = "models/items/g_strength.md3"; + this.m_model = "g_strength.md3"; this.m_sound = "misc/powerup.wav"; this.m_name = "Strength Powerup"; this.m_icon = "strength"; @@ -15,7 +15,7 @@ REGISTER_ITEM(Strength, Powerup) { this.m_itemid = IT_STRENGTH; } REGISTER_ITEM(Shield, Powerup) { - this.m_model = "models/items/g_invincible.md3"; + this.m_model = "g_invincible.md3"; this.m_sound = "misc/powerup_shield.wav"; this.m_name = "Shield"; this.m_icon = "shield";