mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -120,7 +120,7 @@ int plNetClientMgr::ISendDirtyState(double secs)
|
||||
if (localOwned==plSynchedObject::kNo)
|
||||
{
|
||||
DebugMsg("Late rejection of queued SDL state, obj %s, sdl %s",
|
||||
state->fObjKey->GetName(), state->fSDLName.c_str());
|
||||
state->fObjKey->GetName().c_str(), state->fSDLName.c_str());
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user