mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 07:45:14 +03:00
Fixes #2704
This commit is contained in:
parent
9303361d6b
commit
89c27cfcca
1 changed files with 5 additions and 3 deletions
|
@ -489,10 +489,12 @@ void evalFunctions()
|
|||
}
|
||||
|
||||
case FUNC_BACKGND_MUSIC:
|
||||
if (!(newActiveFunctions & (1 << FUNCTION_BACKGND_MUSIC))) {
|
||||
newActiveFunctions |= (1 << FUNCTION_BACKGND_MUSIC);
|
||||
if (!IS_PLAYING(PLAY_INDEX)) {
|
||||
playCustomFunctionFile(cfn, PLAY_INDEX);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case FUNC_BACKGND_MUSIC_PAUSE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue