cleanup
This commit is contained in:
@@ -55,7 +55,7 @@ BOOL CSmpackageApp::InitInstance()
|
|||||||
FILEMAN->MountInitialFilesystems();
|
FILEMAN->MountInitialFilesystems();
|
||||||
|
|
||||||
/* Set this up next. Do this early, since it's needed for RageException::Throw. */
|
/* Set this up next. Do this early, since it's needed for RageException::Throw. */
|
||||||
LOG = new RageLog();
|
LOG = new RageLog;
|
||||||
|
|
||||||
|
|
||||||
TCHAR szCurrentDirectory[MAX_PATH];
|
TCHAR szCurrentDirectory[MAX_PATH];
|
||||||
@@ -67,8 +67,8 @@ BOOL CSmpackageApp::InitInstance()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LUA = new LuaManager();
|
LUA = new LuaManager;
|
||||||
THEME = new ThemeManager();
|
THEME = new ThemeManager;
|
||||||
|
|
||||||
// TODO: Use PrefsManager to get the current language instead? PrefsManager would
|
// TODO: Use PrefsManager to get the current language instead? PrefsManager would
|
||||||
// need to be split up to reduce dependencies
|
// need to be split up to reduce dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user