1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00

All alerts are TADA :)

This commit is contained in:
Bertrand Songis 2014-02-20 16:57:36 +01:00
parent 7e0a30c08f
commit d5348de16e

View file

@ -289,7 +289,7 @@ bool isAudioFileReferenced(uint32_t i, char * filename)
#endif
if (category == SYSTEM_AUDIO_CATEGORY) {
if (sdAvailableSystemAudioFiles & MASK_SYSTEM_AUDIO_FILE(index)) {
if (sdAvailableSystemAudioFiles & MASK_SYSTEM_AUDIO_FILE(event)) {
getSystemAudioFile(filename, index);
return true;
}