diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-12 20:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 20:50:44 +0200 |
| commit | 0bb7400136dd84c00abdaf96c5dbdb63c02f836f (patch) | |
| tree | 17421cfcfc42800ba7668e966234e2448ff226ed /src/14_Land/Actor/Character/ActorGenericCharacter.cpp | |
| parent | 1570b7d2d63aed0a77fc2077618b766eebaba56e (diff) | |
ActorItemSeller OK (#164)
Diffstat (limited to 'src/14_Land/Actor/Character/ActorGenericCharacter.cpp')
| -rw-r--r-- | src/14_Land/Actor/Character/ActorGenericCharacter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/14_Land/Actor/Character/ActorGenericCharacter.cpp b/src/14_Land/Actor/Character/ActorGenericCharacter.cpp index a378ed48..98498916 100644 --- a/src/14_Land/Actor/Character/ActorGenericCharacter.cpp +++ b/src/14_Land/Actor/Character/ActorGenericCharacter.cpp @@ -4,7 +4,7 @@ ActorGenericCharacter::ActorGenericCharacter() {} bool ActorGenericCharacter::Init() {} -void ActorGenericCharacter::vfunc_68() {} +void ActorGenericCharacter::vfunc_68(unk32 param1, UnkStruct_020397f8 *param2) {} bool ActorGenericCharacter::vfunc_c0() {} void ActorGenericCharacter::vfunc_c4() {} void ActorGenericCharacter::func_ov014_02147940() {} |
