Undo accidental commit
authorMark Cannon <vyhdycokio@gmail.com>
Wed, 27 Feb 2008 13:27:27 +0000 (13:27 +0000)
committerMark Cannon <vyhdycokio@gmail.com>
Wed, 27 Feb 2008 13:27:27 +0000 (13:27 +0000)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@70 83fadc84-e282-4d84-a09a-c4228d6ae7e5

src/MiscITG.cpp

index 90ca969..fdeb7a2 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
 #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.
@@ -55,7 +55,7 @@ int GetIP()
 
 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;