Mark SAV as unmodified upon load

Closes #1076
seems kinda lazy as I didn't bother tracking down the suspect that
modifies the save (presumably the hex seed values); those should load
correctly and not change any bytes.
This commit is contained in:
Kurt 2017-04-17 23:36:46 -07:00
parent 3fcf92c9ba
commit 5d9962d102

View file

@ -1357,6 +1357,7 @@ namespace PKHeX.WinForms
TemplateFields();
loadingSAV = false;
SAV.Edited = false;
// Indicate audibly the save is loaded
SystemSounds.Beep.Play();