Added NormVideo() call before exit.

This commit is contained in:
Ryan C. Gordon 2000-11-19 10:49:22 +00:00
parent 7f2f256f2f
commit 8aa894321a
1 changed files with 2 additions and 0 deletions

View File

@ -328,5 +328,7 @@ Begin
textcolor(7); clrscr; textcolor(14);
WriteLn('[> Exited with ErrorLevel ',elevel,' at '+date+' '+time);
{rcg11182000 added NormVideo()...}
NormVideo();
halt(elevel);
end.