Fixed some Learnset Editor static attributes

This commit is contained in:
AdAstra-LD
2024-12-19 23:24:43 +01:00
parent f555c001b7
commit c784a2b6f2

View File

@@ -28,8 +28,8 @@ namespace DSPRE {
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;