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/31_Shop/Actor/ActorItemSeller.cpp | |
| parent | e704ec994219540b71da323a61ffa930f80ce492 (diff) | |
ActorItemSellerBase OK (#163)
* ActorItemSellerBase OK
* Fix broken matches
Diffstat (limited to 'src/31_Shop/Actor/ActorItemSeller.cpp')
| -rw-r--r-- | src/31_Shop/Actor/ActorItemSeller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() {} |
