remove old
This commit is contained in:
@@ -27,7 +27,6 @@ static const char *CourseTypeNames[] = {
|
|||||||
};
|
};
|
||||||
XToString( CourseType, NUM_CourseType );
|
XToString( CourseType, NUM_CourseType );
|
||||||
XToLocalizedString( CourseType );
|
XToLocalizedString( CourseType );
|
||||||
LuaXType( CourseType, NUM_CourseType, "COURSE_TYPE_", true );
|
|
||||||
LuaXType2( CourseType, NUM_CourseType, "CourseType_" );
|
LuaXType2( CourseType, NUM_CourseType, "CourseType_" );
|
||||||
LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString((CourseType) IArg(1)) );
|
LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString((CourseType) IArg(1)) );
|
||||||
|
|
||||||
|
|||||||
@@ -407,7 +407,6 @@ static const char *EditModeNames[] = {
|
|||||||
};
|
};
|
||||||
XToString( EditMode, NUM_EditMode );
|
XToString( EditMode, NUM_EditMode );
|
||||||
StringToX( EditMode );
|
StringToX( EditMode );
|
||||||
LuaXType( EditMode, NUM_EditMode, "EditMode_", false );
|
|
||||||
LuaXType2( EditMode, NUM_EditMode, "EditMode_" );
|
LuaXType2( EditMode, NUM_EditMode, "EditMode_" );
|
||||||
|
|
||||||
static const char *StageNames[] = {
|
static const char *StageNames[] = {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ static const char *ModsLevelNames[] = {
|
|||||||
"Stage",
|
"Stage",
|
||||||
"Song",
|
"Song",
|
||||||
};
|
};
|
||||||
LuaXType( ModsLevel, NUM_ModsLevel, "ModsLevel_", false )
|
|
||||||
LuaXType2( ModsLevel, NUM_ModsLevel, "ModsLevel_" )
|
LuaXType2( ModsLevel, NUM_ModsLevel, "ModsLevel_" )
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ static const char *NoteTypeNames[] = {
|
|||||||
};
|
};
|
||||||
XToString( NoteType, NUM_NoteType );
|
XToString( NoteType, NUM_NoteType );
|
||||||
LuaXToString( NoteType )
|
LuaXToString( NoteType )
|
||||||
LuaXType( NoteType, NUM_NoteType, "NOTE_TYPE_", true )
|
|
||||||
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
|
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
|
||||||
XToLocalizedString( NoteType );
|
XToLocalizedString( NoteType );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user