Get the build fail to actually play and keep the building sound looping until the build is done.

This commit is contained in:
Zed A. Shaw 2024-09-16 17:24:02 -04:00
parent 2035a6dd00
commit 95cd84b09d
8 changed files with 8 additions and 9 deletions

View file

@ -25,7 +25,7 @@ GUI::GUI() {
you_died_sound.load(data, "you_died");
build_works_sound.load(data, "build_works");
build_failed_sound.load(data, "build_failed");
building_sound.load(data, "building");
building_sound.load(data, "building", true);
}
void GUI::output(const string msg) {