Explorar o código

some changes so it works on linux

michael %!s(int64=27) %!d(string=hai) anos
pai
achega
5df8b87328
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;