forked from mirrors/0ad
Made ScEd output entities into an XML file.
Added CStrW::utf8() (used by XMLWriter). This was SVN commit r1716.
This commit is contained in:
@@ -142,7 +142,7 @@ void CObjectManager::LoadObjects(int type)
|
||||
pathname += m_ObjectTypes[type].m_Name;
|
||||
pathname += "/";
|
||||
|
||||
Handle dir=vfs_open_dir(pathname.c_str());
|
||||
Handle dir=vfs_open_dir(pathname);
|
||||
vfsDirEnt dent;
|
||||
|
||||
if (dir > 0)
|
||||
|
||||
Reference in New Issue
Block a user