Fix empty wandering monster bug. Fix #723

This commit is contained in:
2025-04-21 10:34:37 -05:00
parent bd13f2f75f
commit acc1b0d40a
2 changed files with 17 additions and 8 deletions

View File

@@ -108,7 +108,9 @@ std::map<std::string,std::vector<std::string>> feature_flags = {
{"target-lock", {"V1"}},
// New in-game save file picker
{"file-picker-dialog", {"V1"}},
{"scenario-meta-format", {"V2"}}
{"scenario-meta-format", {"V2"}},
// Bugs required for several VoDT test replays to run faithfully
{"empty-wandering-monster-bug", {"fixed"}}
};
struct cParseEntrance {