Fix Save Editor Event Check Inf "A" Row flags (#1138)

Fix Save Editor Event Check Inf Flags "A" Row flags not working. It was set to "eci1" instead of "eci10".
pull/1203/head
Julien Lemay 10 months ago committed by GitHub
parent d575a3dda6
commit 8945b2ed48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -944,7 +944,7 @@ void DrawFlagsTab() {
DrawGroupWithBorder([&]() {
ImGui::Text("A");
InsertHelpHoverText("First-time overworld entrance cs related");
DrawFlagArray16("eci1", gSaveContext.eventChkInf[10]);
DrawFlagArray16("eci10", gSaveContext.eventChkInf[10]);
});
DrawGroupWithBorder([&]() {

Loading…
Cancel
Save