mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Do #4955
This commit is contained in:
parent
d9c317849e
commit
d4cf76678a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ void OpenALSoundManager::playSoundGeneric(sound_handle_t id, const std::string &
|
|||
getOrLoadLoadedSoundNameFromGroup(group_name) :
|
||||
getLoadedSoundNameFromGroup(group_name);
|
||||
if (sound_name.empty()) {
|
||||
infostream << "OpenALSoundManager: \"" << group_name << "\" not found."
|
||||
warningstream << "OpenALSoundManager: Sound \"" << group_name << "\" not found."
|
||||
<< std::endl;
|
||||
reportRemovedSound(id);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue