diff options
author | Eugene Sandulenko | 2016-06-15 22:08:08 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-06-15 22:08:08 +0200 |
commit | f2f04b5eddef081a8e31666d6afdcd9bec3dace7 (patch) | |
tree | e2e2c64ac4d9e1f38d8d753536da09920426c20d | |
parent | bb43f5c0f4a1e06129ed81a9f0e70862f6345e0b (diff) | |
download | scummvm-rg350-f2f04b5eddef081a8e31666d6afdcd9bec3dace7.tar.gz scummvm-rg350-f2f04b5eddef081a8e31666d6afdcd9bec3dace7.tar.bz2 scummvm-rg350-f2f04b5eddef081a8e31666d6afdcd9bec3dace7.zip |
SCUMM HE: Removed unneeded warning
-rw-r--r-- | engines/scumm/he/wiz_he.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp index b152b40103..9339318d19 100644 --- a/engines/scumm/he/wiz_he.cpp +++ b/engines/scumm/he/wiz_he.cpp @@ -1816,7 +1816,6 @@ void Wiz::copy555WizImage(uint8 *dst, uint8 *wizd, int dstPitch, int dstType, if (compID == 0x12340102) { ((ScummEngine_v100he *)_vm)->_moonbase->blitT14WizImage(dst, dstw, dsth, dstPitch, clipBox, wizd, srcx, srcy, rawROP, paramROP); } else if (compID == 0x12340802) { - warning("Distortion codec"); ((ScummEngine_v100he *)_vm)->_moonbase->blitDistortion(dst, dstw, dsth, dstPitch, clipBox, wizd, srcx, srcy, 0); } else if (compID == 0x12340902) { error("Unsupported Distortion"); |