diff --git a/DS_Map/LearnsetEditor.cs b/DS_Map/LearnsetEditor.cs index e9d8c60..817bd4e 100644 --- a/DS_Map/LearnsetEditor.cs +++ b/DS_Map/LearnsetEditor.cs @@ -28,8 +28,8 @@ public partial class LearnsetEditor : Form { private int currentLoadedId = 0; private LearnsetData currentLoadedFile = null; - private static bool dirty = false; - private static readonly string formName = "Learnset Editor"; + private bool dirty = false; + private readonly string formName = "Learnset Editor"; public LearnsetEditor(string[] moveNames, Control parent, PokemonEditor pokeEditor) { this.moveNames = moveNames;