wording & missing sound note

couldn't find an appropriate line we could steal the missing sound from
either (all the short わかった lines Rena says don't really fit this)
This commit is contained in:
Norgus
2015-11-29 21:21:06 +00:00
parent aa31ef2636
commit 9f9487a3d9

View File

@@ -731,7 +731,7 @@ void main()
// 犯人、凶器、犯行現場を1つ選び、全員に尋ねる@ // 犯人、凶器、犯行現場を1つ選び、全員に尋ねる@
OutputLine(NULL, " 犯人、凶器、犯行現場を1つ選び、全員に尋ねる。", OutputLine(NULL, " 犯人、凶器、犯行現場を1つ選び、全員に尋ねる。",
NULL, "You pick one suspect, weapon, and murder scene and ask each person.", Line_WaitForInput); NULL, "You pick one suspect, weapon, and murder scene and ask the other players.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -1482,7 +1482,7 @@ void main()
//「うん。わかったね!¥ //「うん。わかったね!¥
PlaySE(3, "s01/02/120200035", 256, 64); PlaySE(3, "s01/02/120200035", 256, 64);// Missing sound
OutputLine(NULL, "「うん。わかったね!」", OutputLine(NULL, "「うん。わかったね!」",
NULL, "\"Okay. Got it!\"", Line_Normal); NULL, "\"Okay. Got it!\"", Line_Normal);
ClearMessage(); ClearMessage();