From 6a0d5b1f73a760f9c60932a916c17ab4cc9d32c6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 01:31:15 +0000 Subject: [PATCH] wasn't ready for that transition yet ... --- 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 27be6c2601..280efb8169 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -606,7 +606,7 @@ static const char *FileTypeNames[] = { "Lua", "Model", }; -XToString2( FileType ); +XToString( FileType ); LuaXType( FileType ); FileType ActorUtil::GetFileType( const RString &sPath )