diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-11-26 18:11:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 18:11:06 -0500 |
| commit | c7a61aa670cb4843bffde11bc8dfa0f0301ee35b (patch) | |
| tree | b7bf6d22bed8595cfc46f73079c7dd0b3c02556d /src/code/z_message_PAL.c | |
| parent | 92f081d7f35c91794e5696b6bb1f86541b8b40ea (diff) | |
Document Surface Material (#1447)
* material
* cleanup
* iron boots
* climb
* more docs
* rename
* small fix
* comments
* adjust bug comment
* simplify comment
Diffstat (limited to 'src/code/z_message_PAL.c')
| -rw-r--r-- | src/code/z_message_PAL.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/z_message_PAL.c b/src/code/z_message_PAL.c index 31f850958..8ca1a884d 100644 --- a/src/code/z_message_PAL.c +++ b/src/code/z_message_PAL.c @@ -3172,8 +3172,7 @@ void Message_Update(PlayState* play) { R_TEXTBOX_TEXHEIGHT = 512; } else { Message_GrowTextbox(msgCtx); - // TODO: this may be NA_SE_PL_WALK_GROUND - SFX_FLAG, or not, investigate sfxId=0 - Audio_PlaySfxIfNotInCutscene(0); + Audio_PlaySfxIfNotInCutscene(NA_SE_NONE); msgCtx->stateTimer = 0; msgCtx->msgMode = MSGMODE_TEXT_BOX_GROWING; } |
