diff options
| author | Elijah Thomas <elijahthomas774@gmail.com> | 2023-08-10 13:46:38 -0400 |
|---|---|---|
| committer | Elijah Thomas <elijahthomas774@gmail.com> | 2023-08-10 13:50:24 -0400 |
| commit | de8b60021c270b1a46fa13edfa3bd248b23e35e7 (patch) | |
| tree | d3df088c94526c81c21f85150fd0858a769b9b2b /src/d/d_base.cpp | |
| parent | 2ebf0806ee8d11858786cd1f71d8a23fe68e02a3 (diff) | |
some formatting fixup
Diffstat (limited to 'src/d/d_base.cpp')
| -rw-r--r-- | src/d/d_base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_base.cpp b/src/d/d_base.cpp index d34b42e9..7c2dbe8d 100644 --- a/src/d/d_base.cpp +++ b/src/d/d_base.cpp @@ -8,7 +8,7 @@ extern "C" fProfile::fBaseProfile_c** DAT_ACTOR_ALLOCATION_FUNCTIONS; /* 805750c0 */ u32 dBase_c::s_NextExecuteControlFlags; dBase_c::dBase_c() : fBase_c() { - baseProperties = DAT_ACTOR_ALLOCATION_FUNCTIONS[mProfName]->mBaseProperties; + baseProperties = DAT_ACTOR_ALLOCATION_FUNCTIONS[profile_name]->mBaseProperties; } void dBase_c::postDraw(fBase_c::MAIN_STATE_e status) { @@ -56,7 +56,7 @@ void dBase_c::resetFlags() { } bool dBase_c::isActorPlayer(dBase_c& base) { - return base.mProfName == fProfile::PLAYER; + return base.profile_name == fProfile::PLAYER; } int dBase_c::loadAsyncCallback() { |
