Rename virtual function to fix override (#222)

This commit is contained in:
Christian Semmler
2023-10-19 13:07:05 -04:00
committed by GitHub
parent fbb3b4930c
commit 3a21834382
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ MxBool LegoState::VTable0x14() {
}
// OFFSET: LEGO1 0x10005fa0
MxBool LegoState::VTable0x18() {
MxBool LegoState::SetFlag() {
return FALSE;
}