Update legoact2.h

This commit is contained in:
Christian Semmler
2024-11-29 23:22:53 +01:00
committed by GitHub
parent c0965039d1
commit f56ffddfdc

View File

@@ -17,7 +17,7 @@ public:
LegoAct2State()
{
m_unk0x08 = 0;
m_enabled = 0;
m_enabled = FALSE;
}
~LegoAct2State() override {}