September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -25,9 +25,9 @@ const func PRIMITIVE_WINDOW: getPPM (in string: fileName) is func
aWindow := newPixmap(width, height);
for y range 0 to pred(height) do
for x range 0 to pred(width) do
pixColor.red_part := ord(getc(ppmFile));
pixColor.green_part := ord(getc(ppmFile));
pixColor.blue_part := ord(getc(ppmFile));
pixColor.redLight := ord(getc(ppmFile));
pixColor.greenLight := ord(getc(ppmFile));
pixColor.blueLight := ord(getc(ppmFile));
end for;
end for;
end if;