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_throwstone.cpp | |
| parent | 455ff4a5717c39b8d2fae08528eace46b7dc6d38 (diff) | |
Add `cPhs_State` typedef and use it everywhere
Diffstat (limited to 'src/d/d_throwstone.cpp')
| -rw-r--r-- | src/d/d_throwstone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp index 76cf68e9..58cc44c0 100644 --- a/src/d/d_throwstone.cpp +++ b/src/d/d_throwstone.cpp @@ -30,8 +30,8 @@ BOOL daThrowstone_c::CreateHeap() { return (mpModel != NULL) ? TRUE : FALSE; } -s32 daThrowstone_c::_create() { - s32 result = dComIfG_resLoad(&mPhs, M_arcname); +cPhs_State daThrowstone_c::_create() { + cPhs_State result = dComIfG_resLoad(&mPhs, M_arcname); if (result == cPhs_COMPLEATE_e) { fopAcM_SetupActor(this, daThrowstone_c); |
