diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 3fa3a270ee..7e74a86cb6 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -607,6 +607,7 @@ static const char *FileTypeNames[] = { "Model", }; XToString( FileType, NUM_FileType ); +LuaXType( FileType ); FileType ActorUtil::GetFileType( const RString &sPath ) {