Skip to content

Commit

Permalink
missing subtitles fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
emalcat committed Oct 26, 2023
1 parent 5882a39 commit 8aad676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zero2UndubProcess/Importer/ZeroFileImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void RestoreGame()
{
_isoHandler.WriteNewFile(originFile, targetFile);

if (originFile.Type != FileType.AUDIO || originFile.Type != FileType.SOUNDEFFECT)
if (originFile.Type != FileType.AUDIO && originFile.Type != FileType.SOUNDEFFECT)
{
continue;
}
Expand Down

0 comments on commit 8aad676

Please sign in to comment.