mirror of
https://github.com/open-goal/jak-project
synced 2026-07-28 07:09:43 -04:00
wrong.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
static const std::unordered_map<std::string, GameTextVersion> 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,
|
||||
|
||||
Reference in New Issue
Block a user