Name Disable function in LegoOmni and misc (#1616)

This commit is contained in:
Fabian Neundorf
2025-07-12 02:10:36 +02:00
committed by GitHub
parent 6497cb42b7
commit a34c293177
28 changed files with 47 additions and 47 deletions

View File

@@ -518,7 +518,7 @@ LegoOmni::World LegoOmni::GetWorldId(const char* p_key)
}
// FUNCTION: LEGO1 0x1005b4f0
void LegoOmni::FUN_1005b4f0(MxBool p_disable, MxU16 p_flags)
void LegoOmni::Disable(MxBool p_disable, MxU16 p_flags)
{
if (p_disable) {
if (p_flags & c_disableInput) {