Remove Reference To Deleted File
This commit is contained in:
parent
1dc23fe615
commit
fedc006a4b
@ -37,7 +37,7 @@ std::string _sound_get_source_file() {
|
||||
// Check If Sound Exists
|
||||
if (access(path, F_OK) == -1) {
|
||||
// Fail
|
||||
WARN("Audio Source File Doesn't Exist: " SOURCE_FILE_BASE " (See: https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/src/branch/master/docs/SOUND.md)");
|
||||
WARN("Audio Source File Doesn't Exist: " SOURCE_FILE_BASE);
|
||||
source.assign("");
|
||||
info_sound_data_state = "Missing";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user