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 {