summaryrefslogtreecommitdiff
path: root/include/d/d_msg_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/d_msg_object.h')
-rw-r--r--include/d/d_msg_object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/d_msg_object.h b/include/d/d_msg_object.h
index 45606e4e81..b55ea73904 100644
--- a/include/d/d_msg_object.h
+++ b/include/d/d_msg_object.h
@@ -562,6 +562,10 @@ inline void dMsgObject_setOffering(u16 i_num) {
dComIfGs_setEventReg(0xF8FF, i_num & 0xFF);
}
+inline void dMsgObject_setLetterNameID(u16 id) {
+ dMsgObject_getMsgObjectClass()->setLetterNameID(id);
+}
+
class dMsgObject_HowlHIO_c {
public:
dMsgObject_HowlHIO_c();