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

@@ -232,7 +232,7 @@ void main()
OutputLine(NULL, " それとも容疑者?",
NULL, " Or maybe a suspect?", Line_WaitForInput);
OutputLine(NULL, " > 重要参考人!",
NULL, " > An important person of interest!", Line_WaitForInput);
NULL, " > An important person of interest!", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }