From 9cc41956c0ee191e1855e72fe9fd4a3af111d298 Mon Sep 17 00:00:00 2001 From: Mark Cannon Date: Wed, 27 Feb 2008 13:27:27 +0000 Subject: [PATCH] Undo accidental commit git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@70 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- src/MiscITG.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MiscITG.cpp b/src/MiscITG.cpp index 90ca969e..fdeb7a24 100644 --- a/src/MiscITG.cpp +++ b/src/MiscITG.cpp @@ -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; -- 2.11.0