fix compile
This commit is contained in:
@@ -234,7 +234,7 @@ void StepsDisplay::SetInternal( const SetParams ¶ms )
|
||||
}
|
||||
else
|
||||
{
|
||||
if( pSteps && pSteps->IsAnEdit() )
|
||||
if( params.pSteps && params.pSteps->IsAnEdit() )
|
||||
s = params.sDescription;
|
||||
else
|
||||
s = GetLocalizedCustomDifficulty( sCustomDifficulty );
|
||||
|
||||
Reference in New Issue
Block a user