diff options
| author | Aetias <aetias@outlook.com> | 2025-06-29 20:55:15 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-06-29 20:55:15 +0200 |
| commit | f1c2aa37a7a706808b4c992638d89ee211cc0efd (patch) | |
| tree | ac3efc0f20e0c349357e7ddd49e3859f5f0ee27a /src/00_Core/Actor/Actor.cpp | |
| parent | 48d9d68c1032dbf5da12d13c54f6bcdfd9c8a95d (diff) | |
| parent | 21aaec6b40f8cb756e5ef4fff5552b980ab58d4e (diff) | |
Merge remote-tracking branch 'zeldaret/main' into decomp-ActorSpawner
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index 411a6628..85f58869 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -116,7 +116,7 @@ ARM bool Actor::Init() { return true; } -ARM void Actor::vfunc_0c() {} +ARM bool Actor::vfunc_0c() {} ARM void Actor::vfunc_10(u32 param1) {} ARM void Actor::vfunc_24() {} ARM void Actor::vfunc_28() {} |
