mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Some cleanup and a vararg plString usage fix
This commit is contained in:
@ -645,7 +645,7 @@ void plNetClientMgr::ICheckPendingStateLoad(double secs)
|
||||
#ifdef HS_DEBUGGING
|
||||
if (plNetObjectDebugger::GetInstance()->IsDebugObject(so))
|
||||
{
|
||||
hsLogEntry( DebugMsg( "Delivering SDL state %s:%s", pl->fKey->GetName(), pl->fSDRec->GetDescriptor()->GetName() ) );
|
||||
hsLogEntry( DebugMsg( "Delivering SDL state %s:%s", pl->fKey->GetName().c_str(), pl->fSDRec->GetDescriptor()->GetName() ) );
|
||||
// hsLogEntry(plNetObjectDebugger::GetInstance()->LogMsg(xtl::format("Dispatching SDL state, type %s to object:%s, locallyOwned=%d, st=%.3f rt=%.3f",
|
||||
// pl->fSDRec->GetDescriptor()->GetName(), pl->fKey->GetName(),
|
||||
// so->IsLocallyOwned()==plSynchedObject::kYes, secs, hsTimer::GetSeconds()).c_str()));
|
||||
|
Reference in New Issue
Block a user