some changes so it works on linux

This commit is contained in:
michael 1998-09-11 09:25:11 +00:00
parent 7683c16b17
commit 5df8b87328

View File

@ -216,7 +216,11 @@ END ;
{-----------------------}
BEGIN
{$ifndef linux}
gm:=$103;
{$else}
gm:=G800x600x256;
{$endif}
gd:=$ff;
{$IFDEF TURBO}
gd:=detect;