patch more text lines, special handling for credits

This commit is contained in:
ManDude
2022-06-20 00:15:06 +01:00
parent 8dc3c643d9
commit d15b5a4a21
10 changed files with 180 additions and 15 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ std::string ObjectFileDB::process_game_text_files(const Config& cfg) {
if (text_by_language_by_id.empty()) {
return {};
}
return write_game_text(cfg, text_by_language_by_id);
return write_game_text(cfg.text_version, text_by_language_by_id);
}
std::string ObjectFileDB::process_game_count_file() {