Stefan Dösinger : wined3d: Correct an ERR/FIXME.
Module: wine Branch: master Commit: 10929cbe43d8feb6fbd3c9ea20c8551d90938c82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=10929cbe43d8feb6fbd3c9ea20... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Tue May 21 13:18:20 2013 +0200 wined3d: Correct an ERR/FIXME. --- dlls/wined3d/surface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index cdd744c..bd7fbd7 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -4563,7 +4563,7 @@ void d3dfmt_p8_init_palette(const struct wined3d_surface *surface, BYTE table[25 if (!pal) { - ERR("This code should never get entered for DirectDraw!, expect problems\n"); + FIXME("No palette set.\n"); if (index_in_alpha) { /* Guarantees that memory representation remains correct after sysmem<->texture transfers even if
participants (1)
-
Alexandre Julliard