mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -335,12 +335,12 @@ bool plAxisAnimModifier::MsgReceive(plMessage* msg)
|
||||
hsRefCnt_SafeUnRef( pCall1 );
|
||||
hsRefCnt_SafeUnRef( pCall2 );
|
||||
|
||||
plgDispatch::MsgSend(pMsg);
|
||||
plgDispatch::MsgSend(pMsg);
|
||||
}
|
||||
else
|
||||
if (pRefMsg->fType == kTypeLogic)
|
||||
{
|
||||
SetNotificationKey(pRefMsg->GetRef());
|
||||
SetNotificationKey(pRefMsg->GetRef()->GetKey());
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user