Disable SetDrawingPointOfMessage in ADV mode

This commit is contained in:
Jáchym Toušek
2017-05-16 19:53:08 +02:00
parent 0d0b874378
commit 2b12cc52af
6 changed files with 43 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ void main()
//locate 3,5
SetDrawingPointOfMessage( 0, 5 );
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
SetStyleOfMessageSwinging( 1 );
// 雛見沢ダムで悪夢の惨劇@
OutputLine(NULL, " 雛見沢ダムで悪夢の惨劇!",
@@ -38,7 +38,7 @@ void main()
//locate 4,6
SetDrawingPointOfMessage( 0, 6 );
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 6 ); }
// リンチ・バラバラ殺人¥
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }