diff options
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c index 63330e507..ca0288817 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -5725,7 +5725,7 @@ void Message_Update(PlayState* play) { } if ((msgCtx->currentTextId >= 0x1BB2) && (msgCtx->currentTextId <= 0x1BB6) && - (play->actorCtx.flags & ACTORCTX_FLAG_1)) { + (play->actorCtx.flags & ACTORCTX_FLAG_TELESCOPE_ON)) { Message_StartTextbox(play, 0x5E6, NULL); break; } @@ -5888,7 +5888,7 @@ void Message_Update(PlayState* play) { msgCtx->textboxColorAlphaCurrent -= XREG(70); if (msgCtx->textboxColorAlphaCurrent <= 0) { if ((msgCtx->currentTextId >= 0x1BB2) && (msgCtx->currentTextId <= 0x1BB6) && - (play->actorCtx.flags & ACTORCTX_FLAG_1)) { + (play->actorCtx.flags & ACTORCTX_FLAG_TELESCOPE_ON)) { Message_StartTextbox(play, 0x5E6, NULL); Interface_SetHudVisibility(HUD_VISIBILITY_NONE_ALT); } else { |
