mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement RaceSkel
, add BETA10 annotations (#1088)
* Implement `RaceSkel`, add BETA10 annotations * fix formatting * Fix order * Address some review comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -184,6 +184,7 @@ LegoObjectFactory::LegoObjectFactory()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10009a90
|
||||
// FUNCTION: BETA10 0x100a1021
|
||||
MxCore* LegoObjectFactory::Create(const char* p_name)
|
||||
{
|
||||
MxCore* object = NULL;
|
||||
@@ -491,6 +492,10 @@ MxCore* LegoObjectFactory::Create(const char* p_name)
|
||||
object = MxObjectFactory::Create(p_name);
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
assert(object!=NULL);
|
||||
// clang-format on
|
||||
|
||||
return object;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user