Re: [AD] apologies for the crash of yesterday... |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Thu, Dec 21, 2000 at 03:37:37PM +0100, Emmanuel Anne wrote:
> In fact the crash was caused by the absence of the line
> set_color_conversion(COLORCONV_TOTAL);
>
> For some reason, with 3.9.33 the program was working well with this
> line. With 3.9.34, it can not work without.
> Everything seems fine now...
It should work fine anyway (the problem was blitting, right?). `blit' should handle colour depth conversion automatically. You should also be able to draw 256-colour sprites onto other destinations, but that's about it, so if you were doing something else then that is the problem. If it was crashing on `blit' though, it's a bug.
George