Browse Source

some changes so it works on linux

michael 27 năm trước cách đây
mục cha
commit
5df8b87328
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      install/demo/mandel.pp

+ 4 - 0
install/demo/mandel.pp

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