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/31_Shop/Actor/ActorItemSeller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/31_Shop/Actor/ActorItemSeller.cpp') diff --git a/src/31_Shop/Actor/ActorItemSeller.cpp b/src/31_Shop/Actor/ActorItemSeller.cpp index c6d746af..fd1f9a4d 100644 --- a/src/31_Shop/Actor/ActorItemSeller.cpp +++ b/src/31_Shop/Actor/ActorItemSeller.cpp @@ -5,7 +5,7 @@ ActorItemSeller *ActorItemSeller2::Create() {} ActorItemSeller *ActorItemSeller3::Create() {} bool ActorItemSeller::Init() {} -void ActorItemSeller::vfunc_114() {} +unk32 ActorItemSeller::vfunc_114(unk32 param1) {} void ActorItemSeller::vfunc_f4() {} void ActorItemSeller::vfunc_f8() {} void ActorItemSeller::vfunc_fc() {} -- cgit v1.2.3