Adds exception for text speed in the case of ocarina playing

This commit is contained in:
Ada 2022-04-26 20:58:21 +01:00 committed by Kenix3
parent 9c2c443a6a
commit 1f663dda7b
1 changed files with 1 additions and 0 deletions

View File

@ -1096,6 +1096,7 @@ void Message_DrawText(GlobalContext* globalCtx, Gfx** gfxP) {
*gfxP = gfx;
return;
case MESSAGE_OCARINA:
msgCtx->textDrawPos = i + 1;
if (i + 1 == msgCtx->textDrawPos) {
Message_HandleOcarina(globalCtx);
*gfxP = gfx;