mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
MxOmni::Create 100% match, make Create calls consistent (#211)
* Improve MxOmni::Create match, make Create calls consistent * Match MxEventManager::Create * Fix MxTickleClientPtrList * 100% match * Update mxomnicreateparam.h
This commit is contained in:

committed by
GitHub

parent
0c8705a9df
commit
37e75703d4
@@ -90,7 +90,7 @@ public:
|
||||
return !strcmp(p_name, MxStreamer::ClassName()) || MxCore::IsA(p_name);
|
||||
}
|
||||
|
||||
virtual MxResult Init(); // vtable+0x14
|
||||
virtual MxResult Create(); // vtable+0x14
|
||||
|
||||
MxStreamController *GetOpenStream(const char *p_name);
|
||||
|
||||
|
Reference in New Issue
Block a user