Implement Go Back stack for talk mode. Fix #726

This commit is contained in:
2025-05-06 11:43:17 -05:00
parent 4519e83a45
commit 3f96328736
4 changed files with 94 additions and 44 deletions

View File

@@ -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"}}