]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/powerup.qc
Merge branch 'master' into Mario/sound_model_paths
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / powerup.qc
index 6d38d63748ade1574275618e675de84eed34af17..fcfe2afb93a5a7c4b44183dfd6c654595f9c1c77 100644 (file)
@@ -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";