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

Fixes #2404: model name played when model is loaded (if file "SOUNDS/<language>/<model_name>/name.wav" exists)

This commit is contained in:
Damjan Adamic 2015-07-19 11:07:57 +02:00
parent 2e252aacac
commit 08d4cb15aa
4 changed files with 17 additions and 5 deletions

View file

@ -382,6 +382,7 @@ void eeLoadModel(uint8_t id)
LOAD_MODEL_BITMAP();
SEND_FAILSAFE_1S();
PLAY_MODEL_NAME();
}
}