diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-21 18:52:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 15:52:16 -0800 |
| commit | e2fddadf320e8d35cbb3542645122e086efbfe9f (patch) | |
| tree | f0e11b2955fd092ad3022c192aed36bddd77fb48 /include/d/d_msg_flow.h | |
| parent | 31621c3daccccc0a582eceafec7e373d872f072a (diff) | |
Misc matches (#2845)
* Misc debug matches
* Fix d_map weak function order
* Remove old nonmatching comments
* d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment
* More misc matches
Diffstat (limited to 'include/d/d_msg_flow.h')
| -rw-r--r-- | include/d/d_msg_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_msg_flow.h b/include/d/d_msg_flow.h index f971439005..b071f198dc 100644 --- a/include/d/d_msg_flow.h +++ b/include/d/d_msg_flow.h @@ -182,7 +182,7 @@ public: u16 getSelectNum() { return query005(NULL, NULL, 0); } int getChoiceNo() { return (s16)mChoiceNo; } void setMsg(u32 msg) { mMsg = msg; } - bool checkEndFlow() { return field_0x26 == 1; } + bool checkEndFlow() { return (u32)field_0x26 == 1; } static queryFunc mQueryList[53]; static eventFunc mEventList[43]; |
