Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff

This commit is contained in:
Chris Danford
2002-08-27 03:59:22 +00:00
parent 6b87066f8f
commit 142002091a
54 changed files with 797 additions and 785 deletions
-1
View File
@@ -489,7 +489,6 @@ try_element_again:
CString sNewFilePath = sDir+"\\"+sNewFileName;
if( sNewFileName == "" || !DoesFileExist(sNewFilePath) )
{
ASSERT(0);
throw RageException( "The redirect '%s' points to the file '%s', which does not exist. Verify that this redirect is correct.", sRedirFilePath, sNewFilePath );
}
else