diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index ea322674a6..2ccacd99ca 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -691,7 +691,7 @@ CString GameCommand::GetAndClearScreen() CString sName = cmd->GetName(); if( sName == "screen" ) { - sRet = cmd->GetArg(1); + sRet = CString( cmd->GetArg(1) ); m_Commands.v.erase( cmd ); break; }