Temporarily disabled Mask which is not implmented (it would crash on each use). Fixed instant crash in 'Copy to spare / Palette and remap' by doing actual layer-aware implementation
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1234 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
misc.c
3
misc.c
@@ -287,7 +287,10 @@ void Copy_part_of_image_to_another(byte * source,word source_x,word source_y,wor
|
||||
|
||||
byte Read_pixel_from_spare_screen(word x,word y)
|
||||
{
|
||||
return 0;
|
||||
/* Temporarily disabled. Need to implement a third Visible_image buffer
|
||||
return *(Spare_screen+y*Spare_image_width+x);
|
||||
*/
|
||||
}
|
||||
|
||||
void Rotate_90_deg_lowlevel(byte * source, byte * dest, short width, short height)
|
||||
|
||||
Reference in New Issue
Block a user