Implement Go Back stack for talk mode. Fix #726
This commit is contained in:
@@ -114,6 +114,8 @@ std::map<std::string,std::vector<std::string>> feature_flags = {
|
||||
// New in-game save file picker
|
||||
{"file-picker-dialog", {"V1"}},
|
||||
{"scenario-meta-format", {"V2"}},
|
||||
// Talk mode
|
||||
{"talk-go-back", {"StackV1"}},
|
||||
// Bugs required for several VoDT test replays to run faithfully
|
||||
{"empty-wandering-monster-bug", {"fixed"}},
|
||||
{"too-many-extra-wandering-monsters-bug", {"fixed"}}
|
||||
|
Reference in New Issue
Block a user