mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match HistoryBook::ReadyWorld()
(#1373)
* Some progress on HistoryBook::ReadyWorld * Refactor getter * 48 % * 49 % * 53 % * Improve BETA10 stack, LEGO1 now at 91 * variable number match on BETA10, 91 % on LEGO1 * Cleanup * Match --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -104,6 +104,9 @@ public:
|
||||
MxBitmap* GetBitmap() { return m_frameBitmap; }
|
||||
AlphaMask* GetAlphaMask() { return m_alpha; }
|
||||
|
||||
// FUNCTION: BETA10 0x1002c2e0
|
||||
MxU8* GetBitmapStart(MxS32 p_left, MxS32 p_top) { return m_frameBitmap->GetStart(p_left, p_top); }
|
||||
|
||||
void SetBit0(BOOL p_e) { m_flags.m_bit0 = p_e; }
|
||||
void SetBit1(BOOL p_e) { m_flags.m_bit1 = p_e; }
|
||||
void SetBit2(BOOL p_e) { m_flags.m_bit2 = p_e; }
|
||||
|
Reference in New Issue
Block a user