diff --git a/BMGEditor/FS/BMG.cs b/BMGEditor/FS/BMG.cs index 7325761..b8a0021 100644 --- a/BMGEditor/FS/BMG.cs +++ b/BMGEditor/FS/BMG.cs @@ -258,7 +258,7 @@ namespace BMGEditor } [Obsolete] - public void DeleteEntry(Int32 entryIndex) //Problem: if custom entries, alphabetical index != in-game/tbl index + public void DeleteEntry(Int32 entryIndex) { Entries.Remove(Entries[entryIndex]); INF1itemNumber--; diff --git a/BMGEditor/Program.cs b/BMGEditor/Program.cs index 25a5186..d64174c 100644 --- a/BMGEditor/Program.cs +++ b/BMGEditor/Program.cs @@ -11,6 +11,7 @@ namespace BMGEditor public const string softwareVersion = "v1.0"; public const UInt64 build = 1; public const bool isBeta = false; + public const bool isBE = true; } internal static class Program {