Browse Source

some changes so it works on linux

michael 27 years ago
parent
commit
5df8b87328
1 changed files with 4 additions and 0 deletions
  1. 4 0
      install/demo/mandel.pp

+ 4 - 0
install/demo/mandel.pp

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