Ticket #9048: scummvm-sci-celfix.patch

File scummvm-sci-celfix.patch, 469 bytes (added by m-kiewitz, 15 years ago)
  • engines/sci/gfx/gfx_resmgr.cpp

    old new  
    600600        }
    601601
    602602        if (!cel_data->data) {
     603                if (!cel_data->palette)
     604                        cel_data->palette = view->palette->getref();
    603605#ifdef CUSTOM_GRAPHICS_OPTIONS
    604606                gfx_get_res_config(_options, cel_data);
    605607                gfx_xlate_pixmap(cel_data, _driver->getMode(), _options->view_xlate_filter);