mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Some fixes for compiler errors found on GCC/Linux
This commit is contained in:
@ -544,7 +544,7 @@ PF_CONSOLE_CMD( Net, // groupName
|
||||
"returns the age of the age" ) // helpString
|
||||
{
|
||||
PrintStringF(PrintString, "Current age is %s, elapsed time since birth = %f secs",
|
||||
NetCommGetAge()->ageDatasetName, plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
|
||||
NetCommGetAge()->ageDatasetName.c_str(), plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
|
||||
}
|
||||
|
||||
PF_CONSOLE_CMD( Net, DownloadViaManifest,
|
||||
|
Reference in New Issue
Block a user