From 1570b7d2d63aed0a77fc2077618b766eebaba56e Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Mon, 11 May 2026 23:32:28 +0200 Subject: ActorItemSellerBase OK (#163) * ActorItemSellerBase OK * Fix broken matches --- src/Main/Game/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/Game/Game.cpp') 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); } -- cgit v1.2.3