From 09acdd7da81b5f5f0ff18cddff182a6e7278add2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Jun 2003 08:38:21 +0000 Subject: [PATCH] needs more debugging than I can muster at 5am --- stepmania/src/RageUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 2b112843c5..d427c643a9 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -1063,11 +1063,11 @@ bool FilenameDB::IsADirectory( const CString &sPath ) return fs.IsADirectory(Name); } +#if 0 bool DoesFileExist( const CString &sPath ) { return FDB.DoesFileExist(sPath); } bool IsAFile( const CString &sPath ) { return FDB.IsAFile(sPath); } bool IsADirectory( const CString &sPath ) { return FDB.IsADirectory(sPath); } - -#if 0 +#else bool DoesFileExist( const CString &sPath ) { if(sPath.empty()) return false;