This commit is contained in:
Chris Young 2016-01-25 18:26:22 +00:00
parent 09ac17955b
commit beb6cebf1e

View File

@ -558,11 +558,7 @@ struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap,
static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle *content)
{
<<<<<<< HEAD
// if(ami_plot_screen_is_palettemapped() == true) return NSERROR_OK;
=======
if(ami_plot_screen_is_palettemapped() == true) return NSERROR_OK;
>>>>>>> 6847fad65368bab3418eb716af4f9d485dfe30b1
struct redraw_context ctx = {
.interactive = false,