From b789bec3fe2b5d3aeebe53d69911e31488f2b168 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 15 Feb 2011 17:22:33 +0000 Subject: [PATCH] Made notes for future: g_sDebugDir g_sScreenShotDir --- AppleWin/source/Applewin.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AppleWin/source/Applewin.cpp b/AppleWin/source/Applewin.cpp index 4ef5dbe1..190ed894 100644 --- a/AppleWin/source/Applewin.cpp +++ b/AppleWin/source/Applewin.cpp @@ -63,8 +63,10 @@ AppMode_e g_nAppMode = MODE_LOGO; static int lastmode = MODE_LOGO; DWORD needsprecision = 0; // Redundant -TCHAR g_sProgramDir[MAX_PATH] = TEXT(""); -TCHAR g_sCurrentDir[MAX_PATH] = TEXT(""); // Also Starting Dir +TCHAR g_sProgramDir[MAX_PATH] = TEXT(""); // Directory of where AppleWin executable resides +TCHAR g_sDebugDir [MAX_PATH] = TEXT(""); // TODO: Not currently used +TCHAR g_sScreenShotDir[MAX_PATH] = TEXT(""); // TODO: Not currently used +TCHAR g_sCurrentDir[MAX_PATH] = TEXT(""); // Also Starting Dir. Debugger uses this when load/save bool g_bResetTiming = false; // Redundant BOOL restart = 0;