mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Already a std::string
--HG-- branch : develop
This commit is contained in:
parent
699680ac4a
commit
934df9bd6f
1 changed files with 1 additions and 1 deletions
|
@ -1766,7 +1766,7 @@ void CEntityManager::dumpXML(class NLMISC::IStream &f)
|
||||||
// Add a comment
|
// Add a comment
|
||||||
// f.xmlComment();//toString("Describ the entity in the slot %d.", i).c_str());
|
// f.xmlComment();//toString("Describ the entity in the slot %d.", i).c_str());
|
||||||
// Start the opening of a new node named Identity
|
// Start the opening of a new node named Identity
|
||||||
f.xmlPush(toString("Entity%d", i).c_str());
|
f.xmlPush(toString("Entity%d", i));
|
||||||
|
|
||||||
if(_Entities[i])
|
if(_Entities[i])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue