Skip to content

Commit

Permalink
Fix indentation - lines were bugged, just printing to the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
idealpersona committed Mar 8, 2019
1 parent 3cf7152 commit 1efdff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/Update (voice only)/wata_010.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@

//「......圭一。@
PlaySE(4, "S02/05/130500090", 128, 64);
OutputLine(NULL, "「……圭一。」",
OutputLine(NULL, "「……圭一。」",
NULL, "\"......Keiichi.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);

Expand Down
4 changes: 2 additions & 2 deletions dev/Update (voice only)/wata_010_02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@
NULL, "\"We're sisters related by blood... but within the Sonozaki family, we're basically of a different class.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);

PlaySE(4, "S02/06/130600382", 128, 64);
PlaySE(4, "S02/06/130600382", 128, 64);
OutputLine(NULL, " ……私とは、とても遠い存在だということを認識して下さい。",
NULL, "...I want you to recognize how distant they are from me.", Line_WaitForInput);
PlaySE(4, "S02/06/130600383", 128, 64);
Expand Down Expand Up @@ -1300,7 +1300,7 @@
NULL, "\"...It's just... at the moment, like I explained, the police have their eyes on the Sonozaki family already.", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);

PlaySE(4, "S02/06/130600388", 128, 64);
PlaySE(4, "S02/06/130600388", 128, 64);
OutputLine(NULL, " 特に大石は、園崎家がまるごと連続事件の黒幕だと決めてかかってますからね。",
NULL, "Ooishi in particular completely believes that they're the masterminds behind the serial incidents.", Line_WaitForInput);
PlaySE(4, "S02/06/130600389", 128, 64);
Expand Down

0 comments on commit 1efdff8

Please sign in to comment.