From 90781d97858aefb44ff0a44384f7600f4c753158 Mon Sep 17 00:00:00 2001 From: Dual Tachyon Date: Thu, 28 Sep 2023 13:44:15 +0100 Subject: [PATCH] Fixed build issue from last PR. --- app/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.c b/app/app.c index 40a235a..8610cd4 100644 --- a/app/app.c +++ b/app/app.c @@ -1636,7 +1636,7 @@ Skip: gFlagPrepareTX = false; } if (gAnotherVoiceID != VOICE_ID_INVALID) { - if (gAnotherVoiceID < VOICE_ID_END) + if (gAnotherVoiceID < VOICE_ID_END) { AUDIO_SetVoiceID(0, gAnotherVoiceID); } AUDIO_PlaySingleVoice(false);