fix error reporting

This commit is contained in:
Glenn Maynard
2004-04-26 05:29:16 +00:00
parent c046875db1
commit 1781f0148a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void Model::Load( CString sFile )
LoadFromModelFile( sFile );
}
#define THROW RageException::Throw( "Parse at line %d: '%s'", sLine.c_str() );
#define THROW RageException::Throw( "Parse error in \"%s\" at line %d: '%s'", sPath.c_str(), iLineNum, sLine.c_str() );
void Model::LoadFromModelFile( CString sPath )
{