git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@70
83fadc84-e282-4d84-a09a-
c4228d6ae7e5
#else
// /Stats does not exist in the VFS
// --infamouspat
-#define STATS_DIR_PATH "Stats/"
+#define STATS_DIR_PATH "Data/"
#endif
// This is how I chose to find the Crash Log size.
int GetRevision()
{
- CString sPath = "Patch/patch.xml";
+ CString sPath = STATS_DIR_PATH "patch/patch.xml";
// Create the XML Handler, and clear it, for practice.
XNode *xml = new XNode;