mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-18 11:52:23 -05:00
Update legoact2.h
This commit is contained in:
parent
c0965039d1
commit
f56ffddfdc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class LegoAct2State : public LegoState {
|
||||||
LegoAct2State()
|
LegoAct2State()
|
||||||
{
|
{
|
||||||
m_unk0x08 = 0;
|
m_unk0x08 = 0;
|
||||||
m_enabled = 0;
|
m_enabled = FALSE;
|
||||||
}
|
}
|
||||||
~LegoAct2State() override {}
|
~LegoAct2State() override {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue