mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 20:29:10 +00:00
Obliterate hsBool
This commit is contained in:
@ -104,7 +104,7 @@ void plArmatureEffectsMgr::Write(hsStream *s, hsResMgr *mgr)
|
||||
mgr->WriteKey(s, fEffects[i]->GetKey());
|
||||
}
|
||||
|
||||
hsBool plArmatureEffectsMgr::MsgReceive(plMessage* msg)
|
||||
bool plArmatureEffectsMgr::MsgReceive(plMessage* msg)
|
||||
{
|
||||
plEventCallbackInterceptMsg *iMsg = plEventCallbackInterceptMsg::ConvertNoRef(msg);
|
||||
if (iMsg)
|
||||
@ -238,7 +238,7 @@ void plArmatureEffectFootSound::Write(hsStream* s, hsResMgr* mgr)
|
||||
mgr->WriteKey(s, (fMods[i] ? fMods[i]->GetKey() : nil));
|
||||
}
|
||||
|
||||
hsBool plArmatureEffectFootSound::MsgReceive(plMessage* msg)
|
||||
bool plArmatureEffectFootSound::MsgReceive(plMessage* msg)
|
||||
{
|
||||
plGenRefMsg *refMsg = plGenRefMsg::ConvertNoRef(msg);
|
||||
if (refMsg)
|
||||
@ -260,7 +260,7 @@ hsBool plArmatureEffectFootSound::MsgReceive(plMessage* msg)
|
||||
return plArmatureEffect::MsgReceive(msg);
|
||||
}
|
||||
|
||||
hsBool plArmatureEffectFootSound::HandleTrigger(plMessage* msg)
|
||||
bool plArmatureEffectFootSound::HandleTrigger(plMessage* msg)
|
||||
{
|
||||
plArmatureEffectMsg *eMsg = plArmatureEffectMsg::ConvertNoRef(msg);
|
||||
if (eMsg)
|
||||
|
Reference in New Issue
Block a user