mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Add more temporary hack macros to help speed up conversion and testing
This commit is contained in:
@ -331,8 +331,7 @@ public:
|
||||
// debug
|
||||
plString AsString() const
|
||||
{
|
||||
char tmp[256];
|
||||
return plString::Format("object=%s, %s",fObjectHelper.GetUoid().StringIze(tmp), plNetMessage::AsString().c_str());
|
||||
return plString::Format("object=%s, %s",fObjectHelper.GetUoid().StringIze().c_str(), plNetMessage::AsString().c_str());
|
||||
}
|
||||
|
||||
};
|
||||
@ -558,8 +557,7 @@ public:
|
||||
// debug
|
||||
plString AsString() const
|
||||
{
|
||||
char tmp[256];
|
||||
return plString::Format("object=%s initial=%d, %s",fObjectHelper.GetUoid().StringIze(tmp), fIsInitialState,
|
||||
return plString::Format("object=%s initial=%d, %s",fObjectHelper.GetUoid().StringIze().c_str(), fIsInitialState,
|
||||
plNetMsgGameMessage::AsString().c_str());
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user