cleanup, update
This commit is contained in:
@@ -235,7 +235,7 @@ int main()
|
|||||||
FILEMAN = new RageFileManager;
|
FILEMAN = new RageFileManager;
|
||||||
|
|
||||||
LOG = new RageLog();
|
LOG = new RageLog();
|
||||||
LOG->ShowLogOutput( true );
|
LOG->SetShowLogOutput( true );
|
||||||
LOG->SetFlushing( true );
|
LOG->SetFlushing( true );
|
||||||
|
|
||||||
/* Create a binary file to test with. */
|
/* Create a binary file to test with. */
|
||||||
|
|||||||
@@ -6,17 +6,6 @@
|
|||||||
#include "PrefsManager.h"
|
#include "PrefsManager.h"
|
||||||
#include "RageFileManager.h"
|
#include "RageFileManager.h"
|
||||||
#include "TimingData.h"
|
#include "TimingData.h"
|
||||||
CString GradeToString( Grade g )
|
|
||||||
{
|
|
||||||
// string is meant to be human readable
|
|
||||||
switch( g )
|
|
||||||
{
|
|
||||||
case GRADE_NO_DATA: return "NoData";
|
|
||||||
case GRADE_FAILED: return "Failed";
|
|
||||||
default:
|
|
||||||
return ssprintf("%02d",g+1);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
CString InitialWorkingDirectory = ".";
|
CString InitialWorkingDirectory = ".";
|
||||||
CString DirOfExecutable = ".";
|
CString DirOfExecutable = ".";
|
||||||
@@ -154,7 +143,7 @@ int main()
|
|||||||
FILEMAN = new RageFileManager;
|
FILEMAN = new RageFileManager;
|
||||||
LOG = new RageLog();
|
LOG = new RageLog();
|
||||||
PREFSMAN = new PrefsManager; // TimingData needs PREFSMAN; it probably shouldn't
|
PREFSMAN = new PrefsManager; // TimingData needs PREFSMAN; it probably shouldn't
|
||||||
LOG->ShowLogOutput( true );
|
LOG->SetShowLogOutput( true );
|
||||||
LOG->SetFlushing( true );
|
LOG->SetFlushing( true );
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
|||||||
Reference in New Issue
Block a user