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/actor/d_a_bigelf.cpp | |
| parent | 455ff4a5717c39b8d2fae08528eace46b7dc6d38 (diff) | |
Add `cPhs_State` typedef and use it everywhere
Diffstat (limited to 'src/d/actor/d_a_bigelf.cpp')
| -rw-r--r-- | src/d/actor/d_a_bigelf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bigelf.cpp b/src/d/actor/d_a_bigelf.cpp index 74d27f6c..36ba9f0d 100644 --- a/src/d/actor/d_a_bigelf.cpp +++ b/src/d/actor/d_a_bigelf.cpp @@ -322,7 +322,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c*) { } /* 00002FCC-00003124 .text _create__10daBigelf_cFv */ -s32 daBigelf_c::_create() { +cPhs_State daBigelf_c::_create() { /* Nonmatching */ } @@ -332,7 +332,7 @@ void daBigelf_c::CreateHeap() { } /* 00003808-00003828 .text daBigelf_Create__FP10fopAc_ac_c */ -static s32 daBigelf_Create(fopAc_ac_c*) { +static cPhs_State daBigelf_Create(fopAc_ac_c*) { /* Nonmatching */ } |
