]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/powerup.qc
Sounds: infer extensions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / powerup.qc
index a1cf732c15f3c36d841c869d28538155287169b3..7deba67df50bb48c9ddedeed3a455c9bab126c0e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef MENUQC
 MODEL(Strength_ITEM, Item_Model("g_strength.md3"));
-SOUND(Strength, "misc/powerup.ogg");
+SOUND(Strength, "misc/powerup");
 #endif
 
 REGISTER_ITEM(Strength, Powerup) {
@@ -24,7 +24,7 @@ REGISTER_ITEM(Strength, Powerup) {
 
 #ifndef MENUQC
 MODEL(Shield_ITEM, Item_Model("g_invincible.md3"));
-SOUND(Shield, "misc/powerup_shield.ogg");
+SOUND(Shield, "misc/powerup_shield");
 #endif
 
 REGISTER_ITEM(Shield, Powerup) {