fixed the warning

This commit is contained in:
alex 2000-02-22 03:19:42 +00:00
parent da4fbd9ec1
commit 25c328e1de

View File

@ -79,6 +79,7 @@ Var b : array[1..nox,1..noy] Of card;
bgidirec : string;
time : time_record;
{
Procedure fatal(fcall:String);
Begin
textmode(CO80);
@ -90,6 +91,7 @@ Begin
readln;
halt;
End;
}
Procedure ginit640x480x16(direc:String);