summaryrefslogtreecommitdiff
path: root/include/d/msg
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-01-21 11:15:22 +0200
committerGitHub <noreply@github.com>2024-01-21 01:15:22 -0800
commit0228b4e03ba255fdfabc25dab14ed21b5479a8d2 (patch)
tree6e8f6ab50a10deb32db03e34d1139cb73e968511 /include/d/msg
parent9f372c40d5cbac67bb445247efc56ab6a2b5a81e (diff)
Work on d_msg_scrn_howl + misc (#2040)
Diffstat (limited to 'include/d/msg')
-rw-r--r--include/d/msg/d_msg_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/msg/d_msg_object.h b/include/d/msg/d_msg_object.h
index 69a043805a..f10e134d59 100644
--- a/include/d/msg/d_msg_object.h
+++ b/include/d/msg/d_msg_object.h
@@ -440,7 +440,7 @@ public:
/* 0xA8 */ f32 mLineSpaceOffset;
/* 0xAC */ u16 mWaveformThickness;
/* 0xAE */ u16 mWaveformLineLen;
- /* 0xB0 */ u16 mWaveformDotLen;
+ /* 0xB0 */ s16 mWaveformDotLen;
};
class dMsgObject_HIO_c {