diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 22:26:56 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 22:26:56 -0400 |
| commit | 822b13e57a978cb940abfdb2286588ad3c338b4d (patch) | |
| tree | 7cb41bc9704d93c8659f4f0e596dcd503da6064f /src/d/d_operate_wind.cpp | |
| parent | 455ff4a5717c39b8d2fae08528eace46b7dc6d38 (diff) | |
Add `cPhs_State` typedef and use it everywhere
Diffstat (limited to 'src/d/d_operate_wind.cpp')
| -rw-r--r-- | src/d/d_operate_wind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_operate_wind.cpp b/src/d/d_operate_wind.cpp index 7ad41d6f..fc60b5c3 100644 --- a/src/d/d_operate_wind.cpp +++ b/src/d/d_operate_wind.cpp @@ -290,7 +290,7 @@ static BOOL dOw_Delete(dOw_c* i_this) { } /* 80221A04-80221AA0 .text dOw_Create__FP9msg_class */ -static s32 dOw_Create(msg_class* i_msg) { +static cPhs_State dOw_Create(msg_class* i_msg) { dOw_c* i_this = (dOw_c*)i_msg; JKRExpHeap* heap = fopMsgM_createExpHeap(20000); |
