1
0
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:
Ykkrosh
2005-01-12 14:31:47 +00:00
parent 570e3c46d7
commit 4720a00f98
21 changed files with 407 additions and 76 deletions
+1 -1
View File
@@ -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)