From 40faf9e9834246641687bd2b790ab46f8b850d6a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 25 Feb 2005 03:29:01 +0000 Subject: [PATCH] compile fix --- stepmania/src/UnlockManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index 375af3266b..1040946758 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -244,7 +244,7 @@ void UnlockManager::Load() { const Command &cmd = vCommands.v[j]; if( cmd.GetName() == "song" ) - current.m_sSongName = cmd.GetArg(1); + current.m_sSongName = (CString) cmd.GetArg(1); else if( cmd.GetName() == "code" ) { // Hack: Lua only has a floating point type, and codes may be big enough