Removed the ambient sound until I can redesign it.
This commit is contained in:
parent
113811bc84
commit
43fb60ebaa
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ TEST_CASE("confirm basic functionality", "[sounds]") {
|
|||
REQUIRE_THROWS(sounds.load("bad", "badfileDOESNOTEXIST.wav"));
|
||||
REQUIRE_THROWS(sounds.play("bad"));
|
||||
|
||||
sounds.load("combat_miss", "combat_miss.flac");
|
||||
sounds.load("combat_miss", "combat_miss.mp3");
|
||||
sounds.play("combat_miss");
|
||||
sounds.playAt("combat_miss", 1, 1, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue