game feature flags match scenedit feature flags

This commit is contained in:
2025-03-21 13:36:40 -05:00
parent 9ba0a9437f
commit 1ebdb9612c

View File

@@ -104,7 +104,8 @@ std::map<std::string,std::vector<std::string>> feature_flags = {
{"debug-kill-party", {"V2"}}, {"debug-kill-party", {"V2"}},
{"target-lock", {"V1"}}, {"target-lock", {"V1"}},
// New in-game save file picker // New in-game save file picker
{"file-picker-dialog", {"V1"}} {"file-picker-dialog", {"V1"}},
{"scenario-meta-format", {"V2"}}
}; };
struct cParseEntrance { struct cParseEntrance {