update, simplify

This commit is contained in:
Glenn Maynard
2004-03-04 00:21:52 +00:00
parent 8a58411dd5
commit cfead1c79e
+2 -5
View File
@@ -5,9 +5,6 @@
#include "RageUtil_FileDB.h" #include "RageUtil_FileDB.h"
#include "RageFileManager.h" #include "RageFileManager.h"
CString InitialWorkingDirectory = ".";
CString DirOfExecutable = ".";
void CreateBinaryTestFile( FILE *out, int size ) void CreateBinaryTestFile( FILE *out, int size )
{ {
char c = 0; char c = 0;
@@ -230,9 +227,9 @@ void TestSeek( bool relative )
int main() int main( char *argv[], int argc )
{ {
FILEMAN = new RageFileManager; FILEMAN = new RageFileManager( argv[0] );
LOG = new RageLog(); LOG = new RageLog();
LOG->SetShowLogOutput( true ); LOG->SetShowLogOutput( true );