fix edit high score hash saving
don't save machine high scores for edits
This commit is contained in:
@@ -129,12 +129,14 @@ void StepsID::FromSteps( const Steps *p )
|
||||
st = STEPS_TYPE_INVALID;
|
||||
dc = DIFFICULTY_INVALID;
|
||||
sDescription = "";
|
||||
uHash = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
st = p->m_StepsType;
|
||||
dc = p->GetDifficulty();
|
||||
sDescription = p->GetDescription();
|
||||
uHash = p->GetHash();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user