mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 11:49:09 +00:00
Fix syntax error on patch application
pos -> kinPos
This commit is contained in:
@ -693,7 +693,7 @@ hsBool plPanicLinkRegion::MsgReceive(plMessage* msg)
|
|||||||
if (avMod->GetController())
|
if (avMod->GetController())
|
||||||
{
|
{
|
||||||
avMod->GetController()->GetPositionSim(kinPos);
|
avMod->GetController()->GetPositionSim(kinPos);
|
||||||
DetectorLogSpecial("Avatar is panic linking. KinPos at %f,%f,%f and is %s", kinPos.fX, pos.fY, pos.fZ, avMod->GetController()->IsEnabled() ? "enabled" : "disabled");
|
DetectorLogSpecial("Avatar is panic linking. KinPos at %f,%f,%f and is %s", kinPos.fX, kinPos.fY, kinPos.fZ, avMod->GetController()->IsEnabled() ? "enabled" : "disabled");
|
||||||
}
|
}
|
||||||
avMod->PanicLink(fPlayLinkOutAnim);
|
avMod->PanicLink(fPlayLinkOutAnim);
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user