Improve ADV mode

This commit is contained in:
Jáchym Toušek
2017-05-20 15:25:22 +02:00
parent 20ff6e3872
commit 8c829670b4
30 changed files with 363 additions and 245 deletions

View File

@@ -2292,7 +2292,7 @@ void main()
OutputLine(NULL, "殴る。",
NULL, " Smash.", Line_WaitForInput);
OutputLine(NULL, "殺されてたまるか。",
NULL, " Like hell I'd let them kill me.", Line_WaitForInput);
NULL, " Like hell I'd let them kill me.", Line_ModeSpecific);
PlaySE( 4, "wa_001", 125, 64 );
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }