Add prefs for logging. Don't throw if can't open log file. Remove Ragefopen and Rageifstream (they aren't needed).
This commit is contained in:
@@ -44,8 +44,3 @@ void CollapsePath( CString &sPath )
|
||||
sPath = join( SLASH, as );
|
||||
}
|
||||
|
||||
// replacement for fopen
|
||||
FILE* Ragefopen( const char *szPath, const char *szMode )
|
||||
{
|
||||
return fopen( FixSlashes(szPath), szMode );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user