aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/image.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-07-13 18:48:50 +0200
committerBorja Lorente2016-08-14 18:54:52 +0200
commitc36f8c429fd213aa9b3fbe58c894036a1dc26473 (patch)
tree93ccbdc86bb7a217b6c4c4b72f80a0542969058e /engines/macventure/image.cpp
parent2ba8b1ca8c418e3c3b3f5d90155e1a76eb95f16e (diff)
downloadscummvm-rg350-c36f8c429fd213aa9b3fbe58c894036a1dc26473.tar.gz
scummvm-rg350-c36f8c429fd213aa9b3fbe58c894036a1dc26473.tar.bz2
scummvm-rg350-c36f8c429fd213aa9b3fbe58c894036a1dc26473.zip
MACVENTURE: Soften conditions for object selection
Diffstat (limited to 'engines/macventure/image.cpp')
-rw-r--r--engines/macventure/image.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/macventure/image.cpp b/engines/macventure/image.cpp
index c964ce4341..21986e382c 100644
--- a/engines/macventure/image.cpp
+++ b/engines/macventure/image.cpp
@@ -122,7 +122,6 @@ void ImageAsset::decodePPIC(ObjID id, Common::Array<byte> &data) {
}
void ImageAsset::decodePPIC0(Common::BitStream & stream, Common::Array<byte> &data) {
- warning("Untested loading function: decode PPIC0");
uint words = _bitWidth >> 4;
uint bytes = _bitWidth & 0xF;
uint v = 0;