simplify LuaXType

This commit is contained in:
Glenn Maynard
2006-09-26 07:13:54 +00:00
parent 444dd8afbb
commit 600fdfea63
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ static const char *NoteTypeNames[] = {
"192nd",
};
XToString( NoteType, NUM_NoteType );
LuaXType( NoteType, NUM_NoteType, "NoteType_" )
LuaXType( NoteType )
XToLocalizedString( NoteType );
float NoteTypeToBeat( NoteType nt )