diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 12f42e2df2..64a0de2178 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -36,7 +36,7 @@ static const char *CourseTypeNames[] = { }; XToString( CourseType, NUM_CourseType ); XToLocalizedString( CourseType ); - +LuaXType( CourseType, NUM_CourseType, "COURSE_TYPE_", true ); LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString((CourseType) IArg(1)) );