small fix

This commit is contained in:
VasteelXolotl
2020-07-31 23:51:00 +02:00
parent 8e8949cf1b
commit df428c2262
2 changed files with 2 additions and 2 deletions

View File

@@ -1346,7 +1346,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 11, "ps3/s01/11/120700226", 256, TRUE);
OutputLine(NULL, "「何でもですね、大昔は雛見沢は「鬼ヶ淵」って呼ばれてたんだそうです。」",
NULL, "\"Turns out that Hinamizawa used to be called Onigafuchi—the Demonic Abyss.\"", GetGlobalFlag(GLinemodeSp));
NULL, "\"Turns out that Hinamizawa used to be called Onigafuchi—the Demon's Abyss.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

View File

@@ -278,7 +278,7 @@ void main()
OutputLine(NULL, " この沼、地元では底なし沼と恐れられ、",
NULL, "To the locals, that swamp is believed to be bottomless.", Line_WaitForInput);
OutputLine(NULL, "その名を鬼ヶ淵と言い、沼の底の底は地獄の鬼の国につながっているのだという。",
NULL, " It's known as Onigafuchi, the Demonic Abyss, and it's said that the bottom of the swamp is connected to the hellish world of demons.", GetGlobalFlag(GLinemodeSp));
NULL, " It's known as Onigafuchi, the Demon's Abyss, and it's said that the bottom of the swamp is connected to the hellish world of demons.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }