mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement Score (#230)
* Implement Score * Update mxomni.cpp Fix case of OFFSET comment. * Fix DeleteObjects * Apply changes (see comment) --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -24,8 +24,11 @@ public:
|
||||
virtual MxBool VTable0x14() override; // vtable+0x14
|
||||
virtual MxBool SetFlag() override; // vtable+0x18
|
||||
|
||||
inline MxBool GetTutorialFlag() { return m_playCubeTutorial; }
|
||||
inline void SetTutorialFlag(MxBool p_playCubeTutorial) { m_playCubeTutorial = p_playCubeTutorial; }
|
||||
|
||||
private:
|
||||
MxBool m_playCubeTutorial;
|
||||
MxBool m_playCubeTutorial;
|
||||
};
|
||||
|
||||
#endif // SCORESTATE_H
|
||||
|
Reference in New Issue
Block a user