mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 11:22:17 -05:00
Adds exception for text speed in the case of ocarina playing
This commit is contained in:
parent
9c2c443a6a
commit
1f663dda7b
@ -1096,6 +1096,7 @@ void Message_DrawText(GlobalContext* globalCtx, Gfx** gfxP) {
|
|||||||
*gfxP = gfx;
|
*gfxP = gfx;
|
||||||
return;
|
return;
|
||||||
case MESSAGE_OCARINA:
|
case MESSAGE_OCARINA:
|
||||||
|
msgCtx->textDrawPos = i + 1;
|
||||||
if (i + 1 == msgCtx->textDrawPos) {
|
if (i + 1 == msgCtx->textDrawPos) {
|
||||||
Message_HandleOcarina(globalCtx);
|
Message_HandleOcarina(globalCtx);
|
||||||
*gfxP = gfx;
|
*gfxP = gfx;
|
||||||
|
Loading…
Reference in New Issue
Block a user