The following coordinates cause a crash on my system. (R165)
import "mod_map"
import "mod_key"
import "mod_proc"
import "mod_draw"
private
g;
begin
g=new_map(640,480,16);
drawing_map(0,g);
draw_line(603,321,204,-16);
loop
if (key(_esc)) exit("",0);end
frame;
end
end
Don't you miss set_mode on 16 bits?
Adding set_mode(320,240,16) does not make a difference.
debug with say(g) to see the values.
guys, don't worry for fix this... this is a draw_line bug...
maybe in the svn version this is fixed.
I'll test it now.
this still... I'll check... thanks for report.
fixed!
Thanks for the report...
I'll update svn now.