Minor cleanup; remove GF_10TH, it's not used or needed anywhere.
svn-id: r46978
This commit is contained in:
parent
380190ee12
commit
8cc208ba2e
3 changed files with 8 additions and 9 deletions
|
@ -625,7 +625,6 @@ ImageData* MystBitmap::decodeImage(Common::SeekableReadStream* stream) {
|
|||
if (_info.colorsUsed == 0)
|
||||
_info.colorsUsed = 256;
|
||||
|
||||
// TODO: Myst ME's Help.dat contains WDIB's with 24bpp color.
|
||||
if (_info.bitsPerPixel != 8 && _info.bitsPerPixel != 24)
|
||||
error("%dbpp Bitmaps not supported", _info.bitsPerPixel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue