From 24b6c8aae0343a075471627ef1e84755531143f4 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:21:56 +0100 Subject: [PATCH] wrong. --- common/serialization/subtitles/subtitles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/serialization/subtitles/subtitles.cpp b/common/serialization/subtitles/subtitles.cpp index e61fb98303..59c000732c 100644 --- a/common/serialization/subtitles/subtitles.cpp +++ b/common/serialization/subtitles/subtitles.cpp @@ -7,7 +7,7 @@ static const std::unordered_map s_text_ver_enum_map = { {"jak1-v1", GameTextVersion::JAK1_V1}, - {"jak1-v2", GameTextVersion::JAK1_V1}}; + {"jak1-v2", GameTextVersion::JAK1_V2}}; // TODO - why not just return the inputs instead of passing in an empty one? void open_text_project(const std::string& kind,