mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
LegoEntity parsing extra Action strings (#141)
* LegoEntity parse action string * Reduced size assert for MxEntity * remove override keyword for LegoEntity function * Move global strings to new define.cpp file
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "mxentity.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(MxEntity, 0x68)
|
||||
// Size subject to change. It's not clear yet which members belong to
|
||||
// MxEntity and which belong only the subclasses.
|
||||
DECOMP_SIZE_ASSERT(MxEntity, 0x5c)
|
||||
|
||||
// OFFSET: LEGO1 0x1001d190
|
||||
MxEntity::MxEntity()
|
||||
|
Reference in New Issue
Block a user