summaryrefslogtreecommitdiff
path: root/src/d/d_textwindow_unk.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-06-30 23:46:11 +0200
committerrobojumper <robojumper@gmail.com>2025-06-30 23:52:49 +0200
commit15be3bf8e892252023952e26ed5316fc723477a2 (patch)
treeb4339c950d510aa65f62c345cea43abd02e41be0 /src/d/d_textwindow_unk.cpp
parentac1da51c33ef1ffa664b79a2ff90367d6cab0530 (diff)
HIO-ify names of likely HIO-related classes
Diffstat (limited to 'src/d/d_textwindow_unk.cpp')
-rw-r--r--src/d/d_textwindow_unk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_textwindow_unk.cpp b/src/d/d_textwindow_unk.cpp
index 07919f80..36ca6700 100644
--- a/src/d/d_textwindow_unk.cpp
+++ b/src/d/d_textwindow_unk.cpp
@@ -5,7 +5,7 @@
#include "common.h"
#include "d/d_message.h"
#include "d/d_tag_processor.h"
-#include "d/d_textunk.h"
+#include "d/d_lyt_hio.h"
#include "d/lyt/d_textbox.h"
#include "d/lyt/msg_window/d_lyt_msg_window.h"
#include "m/m_vec.h"
@@ -49,13 +49,13 @@ bool TextWindowUnk::fn_800B2130(const char *label, dTextBox_c *textBox, dLytMsgW
}
}
- UnkTextThing::getInstance()->setStr1(label);
+ dLyt_HIO_c::getInstance()->setStr1(label);
if (dLytMsgWindow_c::getInstance()->fn_80117390(true) != nullptr) {
// Regswap
- UnkTextThing::getInstance()->setStr2(dLytMsgWindow_c::getInstance()->fn_80117390(true));
+ dLyt_HIO_c::getInstance()->setStr2(dLytMsgWindow_c::getInstance()->fn_80117390(true));
s32 idx = dMessage_c::getMsbtIndexForLabel(label);
if (idx >= 0) {
- UnkTextThing::getInstance()->setStr3(dMessage_c::getMsbtFileName(idx));
+ dLyt_HIO_c::getInstance()->setStr3(dMessage_c::getMsbtFileName(idx));
}
}
return true;