Skip to content

Commit

Permalink
JANITORIAL: Fix warning spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 7, 2016
1 parent 86d6a46 commit 060fafd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/scumm/he/wiz_he.cpp
Expand Up @@ -1816,11 +1816,10 @@ 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("Distorion codec");
warning("Distortion codec");
} else if (compID == 0x12340902) {
error("Unsupported Distortion");
}

}

#endif
Expand Down

0 comments on commit 060fafd

Please sign in to comment.