mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
More plFormat -- some may make minor changes to certain debug output
(mostly regarding bools)
This commit is contained in:
@ -122,8 +122,5 @@ void plSpawnPointInfo::Reset()
|
||||
|
||||
plString plSpawnPointInfo::AsString() const
|
||||
{
|
||||
return plString::Format( "t:%s,n:%s,c:%s",
|
||||
fTitle.c_str("(nil)"),
|
||||
fSpawnPt.c_str("(nil)"),
|
||||
fCameraStack.c_str("(nil)") );
|
||||
return plFormat("t:{},n:{},c:{}", fTitle, fSpawnPt, fCameraStack);
|
||||
}
|
||||
|
Reference in New Issue
Block a user