From 0c8d8b20d9d8e22fc810eb72f9e2a332f29d6d16 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 23 Feb 2009 00:40:59 +0000 Subject: Updated comment svn-id: r38801 --- engines/sci/gfx/resmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/gfx/resmgr.cpp b/engines/sci/gfx/resmgr.cpp index e172189a5e..7598d2a98e 100644 --- a/engines/sci/gfx/resmgr.cpp +++ b/engines/sci/gfx/resmgr.cpp @@ -328,7 +328,7 @@ gfxr_pic_t *gfxr_get_pic(gfx_resstate_t *state, int nr, int maps, int flags, int } must_post_process_pic = res->scaled_data.pic->visual_map->data == NULL; - // If the pic was only just drawn, we'll have to antialiase and endianness-adjust it now + // If the pic was only just drawn, we'll have to endianness-adjust it now npic = gfxr_pic_xlate_common(res, maps, scaled || state->options->pic0_unscaled, 0, state->driver->mode, state->options->pic_xlate_filter, 0, state->options); -- cgit v1.2.3