diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 280efb8169..27be6c2601 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -606,7 +606,7 @@ static const char *FileTypeNames[] = { "Lua", "Model", }; -XToString( FileType ); +XToString2( FileType ); LuaXType( FileType ); FileType ActorUtil::GetFileType( const RString &sPath )