From ac22c5015f2af3b1678ca374fea36bb618c16279 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 01:26:52 +0000 Subject: [PATCH] XToString -> XToString2 --- stepmania/src/ActorUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )