Hi,
On Wed, 25 Apr 2001, Matt wrote:
> A null pointer was passed to memcpy, call stack:
> gfxr_draw_pic0: color=0, control=0, line_mode=0, oldx=87, oldy=189,
> pic=0x0321ee58, priority=0, x=102, y=145
[...]
> pic->visual_map (data=NULL, alpha_map=NULL)
Please send me the savegame (or a description of where this happened);
gfxr_draw_pic0() is supposed to be able to rely on the visual map having
been allocated, so the problem was triggered /before/ this point (I guess
I should add an assertion).
llap,
Christoph