Rename XA audio function

This commit is contained in:
2024-10-05 11:16:54 +02:00
parent fce03319ab
commit 1c089f45fd
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ struct CDPlayer {
void play() {
if(this->is_xa) {
Assets::XAAudio::play_fox();
Assets::XAAudio::play_mix();
}
else {