From 1ebdb9612c58ab5b37c66860c0580a7154fa66d7 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 21 Mar 2025 13:36:40 -0500 Subject: [PATCH] game feature flags match scenedit feature flags --- src/game/boe.main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 6c32cb2e..baad5f5d 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -104,7 +104,8 @@ std::map> feature_flags = { {"debug-kill-party", {"V2"}}, {"target-lock", {"V1"}}, // New in-game save file picker - {"file-picker-dialog", {"V1"}} + {"file-picker-dialog", {"V1"}}, + {"scenario-meta-format", {"V2"}} }; struct cParseEntrance {