s/RAGE_ASSERT/ASSERT/

This commit is contained in:
Steve Checkoway
2004-06-16 00:38:31 +00:00
parent 91e3269798
commit a613d4d9fa
20 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void NotesWriterDWI::WriteDWINotesField( RageFile &f, const Steps &out, int star
fCurrentIncrementer = 1.0/192 * BEATS_PER_MEASURE;
break;
default:
RAGE_ASSERT_M(0, ssprintf("nt = %d",nt) );
ASSERT_M(0, ssprintf("nt = %d",nt) );
break;
}