mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Obliterate hsBool
This commit is contained in:
@ -135,9 +135,9 @@ void plSittingModifier::ISetupNotify(plNotifyMsg *notifyMsg, plNotifyMsg *origin
|
||||
|
||||
// MsgReceive --------------------------------------
|
||||
// -----------
|
||||
hsBool plSittingModifier::MsgReceive(plMessage *msg)
|
||||
bool plSittingModifier::MsgReceive(plMessage *msg)
|
||||
{
|
||||
hsBool result = false;
|
||||
bool result = false;
|
||||
|
||||
plNotifyMsg* notifyMsg = plNotifyMsg::ConvertNoRef(msg);
|
||||
if(notifyMsg)
|
||||
|
Reference in New Issue
Block a user