diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-11 23:32:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 23:32:28 +0200 |
| commit | 1570b7d2d63aed0a77fc2077618b766eebaba56e (patch) | |
| tree | 3101c185752a22ae5e1f394af8e29263771862d7 /src/Main/Game/Game.cpp | |
| parent | e704ec994219540b71da323a61ffa930f80ce492 (diff) | |
ActorItemSellerBase OK (#163)
* ActorItemSellerBase OK
* Fix broken matches
Diffstat (limited to 'src/Main/Game/Game.cpp')
| -rw-r--r-- | src/Main/Game/Game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Game/Game.cpp b/src/Main/Game/Game.cpp index 65410b8d..b02fa9f9 100644 --- a/src/Main/Game/Game.cpp +++ b/src/Main/Game/Game.cpp @@ -377,7 +377,7 @@ ARM void Game::Run() { func_020363c8(local_28, &data_027e0c54); this->mUnk_0f0 = local_28[0]; this->mMode->vfunc_10(&this->mUnk_0f0); - gMessageManager.func_02036ca4((unk32) & this->mUnk_0f0); + gMessageManager.func_02036ca4(&this->mUnk_0f0); if (this->mModeId == 2) { data_027e103c->func_ov005_02103e58(&this->mUnk_0f0); } |
