mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix compile error
This commit is contained in:
@ -1336,7 +1336,7 @@ void plPXPhysical::SetSyncState(hsPoint3* pos, hsQuat* rot, hsVector3* linV, hsV
|
|||||||
// we've got right now)
|
// we've got right now)
|
||||||
if (pos && pos->fZ < kMaxNegativeZPos && initialSync)
|
if (pos && pos->fZ < kMaxNegativeZPos && initialSync)
|
||||||
{
|
{
|
||||||
SimLog("Physical %s loaded out of range state. Forcing initial state to server.", GetKeyName().c_str());
|
SimLog("Physical %s loaded out of range state. Forcing initial state to server.", GetKeyName());
|
||||||
DirtySynchState(kSDLPhysical, plSynchedObject::kBCastToClients);
|
DirtySynchState(kSDLPhysical, plSynchedObject::kBCastToClients);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user