diff options
| author | robojumper <robojumper@gmail.com> | 2025-05-20 22:37:49 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-05-20 22:49:17 +0200 |
| commit | b89c3cc79f27451d237455774dffe2a2a4a10e31 (patch) | |
| tree | 7a4f7505a3e054093130adcb32ada569bb02e62b /src/d/lyt/d_textbox.cpp | |
| parent | 7148cc13d9c72b2019dd38e90fb48e5924d03346 (diff) | |
d_tag_processor OK
Diffstat (limited to 'src/d/lyt/d_textbox.cpp')
| -rw-r--r-- | src/d/lyt/d_textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/lyt/d_textbox.cpp b/src/d/lyt/d_textbox.cpp index 8d97b56d..6405e669 100644 --- a/src/d/lyt/d_textbox.cpp +++ b/src/d/lyt/d_textbox.cpp @@ -325,7 +325,7 @@ void dTextBox_c::setMessageWithGlobalTextProcessorAndMsbtInfo( field_0x1FA = 1; u32 outLen = 0; mpMyTagProcessor = dMessage_c::getGlobalTagProcessor(); - mpMyTagProcessor->setMsgWindowSubtype(0x22); + mpMyTagProcessor->setMsgWindowSubtype(dLytMsgWindow_c::MSG_WINDOW_34); mWindowSubtype = mpMyTagProcessor->getMsgWindowSubtype(); mpMyTagProcessor->setField_0xEE1(field_0x1F6); mpMyTagProcessor->setField_0xEE2(0); |
