fix compile

This commit is contained in:
Chris Danford
2008-11-28 22:26:06 +00:00
parent f18ba1614d
commit bc23f5ed7c
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ void StepsDisplay::SetInternal( const SetParams &params )
}
else
{
if( pSteps && pSteps->IsAnEdit() )
if( params.pSteps && params.pSteps->IsAnEdit() )
s = params.sDescription;
else
s = GetLocalizedCustomDifficulty( sCustomDifficulty );