mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Adds exception for text speed in the case of ocarina playing
This commit is contained in:
parent
9c2c443a6a
commit
1f663dda7b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue