mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 04:39:45 +00:00
Fix a bunch of warnings from clang.
This commit is contained in:
@ -81,7 +81,7 @@ hsBool plParticleCollisionEffect::MsgReceive(plMessage* msg)
|
||||
plSceneObject *so;
|
||||
if (refMsg)
|
||||
{
|
||||
if (so = plSceneObject::ConvertNoRef(refMsg->GetRef()))
|
||||
if ((so = plSceneObject::ConvertNoRef(refMsg->GetRef())))
|
||||
{
|
||||
if( refMsg->GetContext() & (plRefMsg::kOnCreate|plRefMsg::kOnRequest|plRefMsg::kOnReplace) )
|
||||
fSceneObj = so;
|
||||
|
Reference in New Issue
Block a user