Re: Bug in put_screen_char
Tor Gausen writes:
> The problem is that 'overflow' is ALWAYS negative (necessarily
> resulting in a slicing error), unless you are trying to put a
> char outside the screen, in which case the clipping works
> just fine!
OK, I got it finally. Thanks.
Yes, it's a bug. It should say:
if overflow > 0 then ...
I'll fix it for the next release.
The bug is in the DOS32 version which is rarely
used since display_text_image() can be used instead.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|