mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
naming conventions
This commit is contained in:
parent
5d81276aa7
commit
6a5f4f7467
@ -8,7 +8,7 @@ DECOMP_SIZE_ASSERT(JukeBox, 0x104)
|
|||||||
// FUNCTION: LEGO1 0x1005d660
|
// FUNCTION: LEGO1 0x1005d660
|
||||||
JukeBox::JukeBox()
|
JukeBox::JukeBox()
|
||||||
{
|
{
|
||||||
m_unk100 = 0;
|
m_unk0x100 = 0;
|
||||||
m_unkfc = 0;
|
m_unk0xfc = 0;
|
||||||
NotificationManager()->Register(this);
|
NotificationManager()->Register(this);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,10 +24,10 @@ class JukeBox : public LegoWorld {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
undefined m_unkf8[4];
|
undefined m_unk0xf8[4];
|
||||||
undefined4 m_unkfc;
|
undefined4 m_unk0xfc;
|
||||||
undefined2 m_unk100;
|
undefined2 m_unk0x100;
|
||||||
undefined m_unk102[2];
|
undefined m_unk0x102[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // JUKEBOX_H
|
#endif // JUKEBOX_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user