allow custom wrapper functions
[supertux.git] / src / sector.cpp
index 51b8683..4db083f 100644 (file)
@@ -769,7 +769,7 @@ Sector::add_bullet(const Vector& pos, float xm, Direction dir)
   }
   add_object(new_bullet);
 
-  sound_manager->play("sounds/shoot.wav");
+  sound_manager->play("sounds/shoot.ogg");
 
   return true;
 }