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:
@ -135,7 +135,7 @@ plKey plNetClientMgr::ILoadClone(plLoadCloneMsg *pCloneMsg)
|
||||
{
|
||||
if (!cloneKey->ObjectIsLoaded())
|
||||
{
|
||||
DebugMsg("ILoadClone: object %s is already unloaded, ignoring", cloneKey->GetName());
|
||||
DebugMsg("ILoadClone: object %s is already unloaded, ignoring", cloneKey->GetName().c_str());
|
||||
return cloneKey;
|
||||
}
|
||||
|
||||
@ -185,7 +185,7 @@ void plNetClientMgr::IPlayerChangeAge(hsBool exitAge, int32_t spawnPt)
|
||||
}
|
||||
else if (fLocalPlayerKey)
|
||||
{
|
||||
ErrorMsg("Can't find avatarMod %s", fLocalPlayerKey->GetName());
|
||||
ErrorMsg("Can't find avatarMod %s", fLocalPlayerKey->GetName().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user