From 8aa894321af0f06946140b003bbe89693daaeebb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 19 Nov 2000 10:49:22 +0000 Subject: [PATCH] Added NormVideo() call before exit. --- bbs.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs.pas b/bbs.pas index 0945a3c..96cdbfa 100644 --- a/bbs.pas +++ b/bbs.pas @@ -328,5 +328,7 @@ textcolor(7); clrscr; textcolor(14); WriteLn('[> Exited with ErrorLevel ',elevel,' at '+date+' '+time); + {rcg11182000 added NormVideo()...} + NormVideo(); halt(elevel); end.