themable player number

This commit is contained in:
Chris Danford
2005-12-27 17:16:02 +00:00
parent 17e3661755
commit f99b179a5b
5 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ static const CString NoteTypeNames[] = {
};
XToString( NoteType, NUM_NOTE_TYPES );
LuaXToString( NoteType )
LuaXType( NoteType, NUM_NOTE_TYPES , "NOTE_TYPE_" )
LuaXType( NoteType, NUM_NOTE_TYPES , "NOTE_TYPE_", true )
float NoteTypeToBeat( NoteType nt )
{