LuaXType2 -> LuaXType

This commit is contained in:
Glenn Maynard
2006-09-26 06:47:53 +00:00
parent a0373a0add
commit 95a384b970
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static const char *CourseTypeNames[] = {
};
XToString( CourseType, NUM_CourseType );
XToLocalizedString( CourseType );
LuaXType2( CourseType, NUM_CourseType, "CourseType_" );
LuaXType( CourseType, NUM_CourseType, "CourseType_" );
LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString( Enum::Check<CourseType>( L, 1 ) ) );