mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
fix formatting
This commit is contained in:
parent
95f976171d
commit
961943713e
@ -35,7 +35,7 @@ class Act1State : public LegoState {
|
||||
undefined2 m_unk0x1c; // 0x1c
|
||||
undefined m_unk0x1e; // 0x1e
|
||||
undefined m_unk0x20; // 0x20
|
||||
MxBool m_unk0x21; // 0x21
|
||||
MxBool m_unk0x21; // 0x21
|
||||
};
|
||||
|
||||
#endif // ACT1STATE_H
|
||||
|
||||
@ -8,7 +8,6 @@ Act1State::Act1State()
|
||||
m_unk0x21 = 1;
|
||||
}
|
||||
|
||||
|
||||
// STUB: LEGO1 0x10034d00
|
||||
void Act1State::FUN_10034d00()
|
||||
{
|
||||
|
||||
@ -24,7 +24,6 @@ LegoAnimationManager::~LegoAnimationManager()
|
||||
// STUB: LEGO1 0x1005ef10
|
||||
void LegoAnimationManager::FUN_1005ef10()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1005f130
|
||||
|
||||
Loading…
Reference in New Issue
Block a user