diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 69319e5a55..30b64b1c62 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -139,7 +139,7 @@ void GameCommand::Load( int iIndex, const Commands& cmds ) { if( i > 1 ) sValue += ","; - sValue += command->GetArg(i); + sValue += (CString) command->GetArg(i); } if( sName == "game" )