Skip to content

Commit 315aa92

Browse files
authored
Merge pull request #1932 from lonewolf19991/mp3-references
Removed references to nonexisting mp3
2 parents 6c27fea + 40eec57 commit 315aa92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/player.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void Player::loadCOMusic()
161161
if (!hasCo)
162162
{
163163
Mainapp* pApp = Mainapp::getInstance();
164-
pApp->getAudioManager()->addMusic("resources/music/cos/no_co.mp3");
164+
pApp->getAudioManager()->addMusic("resources/music/cos/no_co.ogg");
165165
}
166166
}
167167

0 commit comments

Comments
 (0)