From 38dc360ce2404ed8dd0fac997e31f50ae743537e Mon Sep 17 00:00:00 2001 From: Denis <93516910+Bussun@users.noreply.github.com> Date: Fri, 24 Dec 2021 22:43:17 +0100 Subject: [PATCH] Stuff --- BMGEditor/FS/BMG.cs | 2 +- BMGEditor/Program.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {