InfoCenterEntity::VTable0x50 implementation (#725)

* Start InfoCenterEntity::VTable0x50 implementation

* Fully implement InfoCenterEntity::VTable0x50

* Fix function name typo

* match

* fix style

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2024-03-29 14:09:53 -04:00
committed by GitHub
parent 2c57e33ce5
commit 87f633af54
9 changed files with 74 additions and 8 deletions

View File

@@ -1115,3 +1115,9 @@ MxBool Isle::VTable0x64()
// TODO
return FALSE;
}
// STUB: LEGO1 0x10033350
void Isle::FUN_10033350()
{
// TODO
}