diff options
author | Filippos Karapetis | 2009-02-23 00:40:59 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-02-23 00:40:59 +0000 |
commit | 0c8d8b20d9d8e22fc810eb72f9e2a332f29d6d16 (patch) | |
tree | c4cbdb04f86681cee0738d5f7f0e5068a6d056be /engines/sci | |
parent | db343c72874d81234121f50b9caff6b6e9f16c6a (diff) | |
download | scummvm-rg350-0c8d8b20d9d8e22fc810eb72f9e2a332f29d6d16.tar.gz scummvm-rg350-0c8d8b20d9d8e22fc810eb72f9e2a332f29d6d16.tar.bz2 scummvm-rg350-0c8d8b20d9d8e22fc810eb72f9e2a332f29d6d16.zip |
Updated comment
svn-id: r38801
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/gfx/resmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |