Writable files in "Save", read-only files in "Data". This simplifies the installer and packaging.

This commit is contained in:
Chris Danford
2005-10-30 23:08:38 +00:00
parent 226e6fc3d8
commit 0f0caf7972
8 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
const CString CATALOG_XML = "Catalog.xml";
const CString CATALOG_XSL = "Catalog.xsl";
const CString CATALOG_XML_FILE = DATA_DIR + "Catalog.xml";
const CString CATALOG_XML_FILE = "Save/" + CATALOG_XML;
void SaveCatalogXml( LoadingWindow *loading_window )
{