From ca779520a531a176d439c4b09b5a8db7a6cb8646 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Sep 2006 04:17:54 +0000 Subject: [PATCH] NoteTypeToString not useful in lua; it's already a string transition --- stepmania/src/NoteTypes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/NoteTypes.cpp b/stepmania/src/NoteTypes.cpp index f4411263d0..60aae67967 100644 --- a/stepmania/src/NoteTypes.cpp +++ b/stepmania/src/NoteTypes.cpp @@ -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 )