game feature flags match scenedit feature flags
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user