was forcing 50 line mode

This commit is contained in:
mysticbbs 2012-06-30 21:22:24 -04:00
parent 53f119631c
commit 828ccce2db
1 changed files with 3 additions and 3 deletions

View File

@ -1562,9 +1562,9 @@ Begin
Console.SetWindowTitle('MIDE'); Console.SetWindowTitle('MIDE');
(* FOR 50 line mode development *) (* FOR 50 line mode development *)
Console.SetScreenSize(50); // Console.SetScreenSize(50);
mideBotY := 49; // mideBotY := 49;
mideWinSize := 49; // mideWinSize := 49;
FillScreen; FillScreen;