diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
| commit | 4c3bd2c65111f6520a409f2fe06018b6648ba4fe (patch) | |
| tree | 3440e2006ea3513aa5d20cdb452217943d5a9f1f /src/d/actor/d_a_npc_people.cpp | |
| parent | 6541fea3e43226df0a6d8b427beabb4e7fe6f53d (diff) | |
Missed some spots where `cPhs_State` should be used
Diffstat (limited to 'src/d/actor/d_a_npc_people.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_people.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_people.cpp b/src/d/actor/d_a_npc_people.cpp index 42974485..ba7812d9 100644 --- a/src/d/actor/d_a_npc_people.cpp +++ b/src/d/actor/d_a_npc_people.cpp @@ -4283,7 +4283,7 @@ s16 daNpcPeople_photoCB(void* i_this, int param_1) { } /* 00000E6C-00001518 .text createInit__13daNpcPeople_cFv */ -s32 daNpcPeople_c::createInit() { +cPhs_State daNpcPeople_c::createInit() { int temp = 0xFF; u8 pathIndex = getPrmRailID(); |
