NoteTypeToString not useful in lua; it's already a string

transition
This commit is contained in:
Glenn Maynard
2006-09-26 04:17:54 +00:00
parent 9756e3287f
commit ca779520a5
+1 -2
View File
@@ -29,8 +29,7 @@ static const char *NoteTypeNames[] = {
"192nd",
};
XToString( NoteType, NUM_NoteType );
LuaXToString( NoteType )
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
LuaXType( NoteType, NUM_NoteType, "NoteType_" )
XToLocalizedString( NoteType );
float NoteTypeToBeat( NoteType nt )