Skip to content

Commit

Permalink
Update choice text
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDiablo committed Dec 15, 2019
1 parent e671543 commit 4c62194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Update/_tsum_024_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -971,11 +971,11 @@ void main()
char Choice1[2];

if (GetGlobalFlag(GLanguage) == 1) {
Choice1[0] = "Original Ending";
Choice1[1] = "Alternate Ending";
Choice1[0] = "It'll be all right";
Choice1[1] = "...Yeah, I guess";
} else {
Choice1[0] = "真の終わりへ";
Choice1[1] = "代わりの終わりへ";
Choice1[0] = "大丈夫だ";
Choice1[1] = "…そうだな";
}

Select( 2, Choice1 );
Expand Down

0 comments on commit 4c62194

Please sign in to comment.