Implement Act2Actor::VTable0x70 (#1201)

* Implement draft of `Act2Actor::VTable0x70`

* Fix CI errors

* Implement `Act2Actor::FUN_100199f0`

* WIP: cleanup

* Address review comments

* Run formatter

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-12-09 22:05:08 +01:00
committed by GitHub
parent 6681f4aaae
commit 07def56326
12 changed files with 325 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ private:
//
// Lego3DView implementation
// FUNCTION: BETA10 0x100576b0
// FUNCTION: BETA10 0x10011810
inline ViewManager* Lego3DView::GetViewManager()
{
return m_pViewManager;