mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -1026,7 +1026,7 @@ void plCameraBrain1_Avatar::Update(hsBool forced)
|
||||
if (fFlags.IsBitSet(kIsTransitionCamera))
|
||||
{
|
||||
if (GetKey())
|
||||
hsStatusMessageF("%s thinks it's the transition camera\n",GetKeyName());
|
||||
hsStatusMessageF("%s thinks it's the transition camera\n", GetKeyName().c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user