Ticket #9048: scummvm-sci-celfix.patch
File scummvm-sci-celfix.patch, 469 bytes (added by , 15 years ago) |
---|
-
engines/sci/gfx/gfx_resmgr.cpp
old new 600 600 } 601 601 602 602 if (!cel_data->data) { 603 if (!cel_data->palette) 604 cel_data->palette = view->palette->getref(); 603 605 #ifdef CUSTOM_GRAPHICS_OPTIONS 604 606 gfx_get_res_config(_options, cel_data); 605 607 gfx_xlate_pixmap(cel_data, _driver->getMode(), _options->view_xlate_filter);