diff options
| author | Aetias <aetias@outlook.com> | 2025-05-30 18:45:04 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-30 18:45:04 +0200 |
| commit | fdb4f5ee3f9e1957ffdc3e175c0eb26b650e0dfa (patch) | |
| tree | 68cd53b6c776b134be73e6dce82a4dfaefd37c39 /src/00_Core/Actor/Actor.cpp | |
| parent | 2bb9bf4fee393bb43be8a69a70a46189258249be (diff) | |
`ActorRefill::vfunc_b4` -> `ActorRefill::GetAmmoItem`
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index 20ba75ae..411a6628 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -48,8 +48,7 @@ ARM Actor::Actor() : mUnk_010(0), mUnk_011(0), mUnk_012(0), - mUnk_034(-1), - mUnk_038(-1), + mUnk_034(-1, -1), mUnk_03c(-1), mUnk_040(-1, -1), mGravity(FLOAT_TO_Q20(0.0498)), |
