Skip to content

Commit

Permalink
Added NormVideo() call before exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 19, 2000
1 parent 7f2f256 commit 8aa8943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bbs.pas
Expand Up @@ -328,5 +328,7 @@

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

0 comments on commit 8aa8943

Please sign in to comment.