From 1aa11bd86fccc700de84571a24e2fef957abce3d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 12 Jul 2013 10:38:30 +0300 Subject: FULLPIPE: Further work on inventory --- engines/fullpipe/gfx.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engines/fullpipe/gfx.cpp') diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp index 460452d630..3679f8f345 100644 --- a/engines/fullpipe/gfx.cpp +++ b/engines/fullpipe/gfx.cpp @@ -257,7 +257,6 @@ void Picture::setAOIDs() { _memoryObject2->_rows[i] = ptr; ptr += pitch; } - warning("STUB: Picture::setAOIDs()"); } void Picture::init() { @@ -281,6 +280,13 @@ void Picture::getDibInfo() { _bitmap->pixels = _data; } +Bitmap *Picture::getPixelData() { + if (!_bitmap) + init(); + + return _bitmap; +} + BigPicture::BigPicture() { } -- cgit v1.2.3