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

@@ -865,7 +865,7 @@ void main()
//locate 0,5
SetDrawingPointOfMessage( 0, 5 );
if (AdvMode == 0) { SetDrawingPointOfMessage( 0, 5 ); }
//ぎゃああああぁあぁあぁああああぁあぁああぁああぁあああぁあぁぁぁ.........!w2000
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }