Skip to content

Commit

Permalink
Fix duplicated voice line
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Apr 21, 2024
1 parent 5061e5e commit 6ae9126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/_mina_ep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ void main()
ModPlayVoiceLS(4, 0, "org/mob7i6000", 256, TRUE);
OutputLine(NULL, "「そんな危険な病気、初めて聞いたよ!",
NULL, "\"I've never heard of such a dangerous disease!", Line_WaitForInput);
ModPlayVoiceLS(4, 0, "org/mob7i6000", 256, TRUE);
ModPlayVoiceLS(4, 0, "org/mob7i6001", 256, TRUE);
OutputLine(NULL, " 本当に治療の手段はないのか?!」",
NULL, " There's no cure for it?\"", Line_Normal);
ClearMessage();
Expand Down

0 comments on commit 6ae9126

Please sign in to comment.