Skip to content

Commit

Permalink
Fixed some Learnset Editor static attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdAstra-LD committed Dec 19, 2024
1 parent f555c00 commit c784a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DS_Map/LearnsetEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c784a2b

Please sign in to comment.