diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 12:40:01 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 12:40:01 +0100 |
| commit | bd747975ff0197043a4e2c655cd3bd9d4874d2e8 (patch) | |
| tree | 51cc38b1dc8e09ef4478f9c49038b7621188663e /src/00_Core/Actor | |
| parent | cf757250b0b5b2f340a73ad83bbbbf7c2994d27d (diff) | |
cleanup actornavibase and match `ActorNavi::func_ov059_0219b020`
Diffstat (limited to 'src/00_Core/Actor')
| -rw-r--r-- | src/00_Core/Actor/Navi/ActorNaviBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Navi/ActorNaviBase.cpp b/src/00_Core/Actor/Navi/ActorNaviBase.cpp index 677d677b..0c681c70 100644 --- a/src/00_Core/Actor/Navi/ActorNaviBase.cpp +++ b/src/00_Core/Actor/Navi/ActorNaviBase.cpp @@ -12,7 +12,7 @@ void ActorNaviBase::func_ov000_020b8c50() {} void ActorNaviBase::func_ov000_020b8c98(unk32 param1, unk32 param2, unk32 param3) {} void ActorNaviBase::vfunc_d4() {} void ActorNaviBase::vfunc_d8() {} -void ActorNaviBase::SetActive(bool active) {} +void ActorNaviBase::SetActive(unk32 active) {} void ActorNaviBase::TeleportAboveLink() {} void ActorNaviBase::vfunc_e0() {} void ActorNaviBase::vfunc_e4() {} |
