merge with trunk/2.5 at r23876
[[Split portion of a mixed commit.]]
This commit is contained in:
@@ -35,8 +35,9 @@
|
||||
#endif
|
||||
|
||||
|
||||
SCA_EventManager::SCA_EventManager(EVENT_MANAGER_TYPE mgrtype)
|
||||
:m_mgrtype(mgrtype)
|
||||
SCA_EventManager::SCA_EventManager(SCA_LogicManager* logicmgr, EVENT_MANAGER_TYPE mgrtype)
|
||||
:m_logicmgr(logicmgr),
|
||||
m_mgrtype(mgrtype)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user