aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-24 16:27:09 +0300
committerEugene Sandulenko2013-09-06 14:51:18 +0300
commit2a59b516890375bf542f049c1dc302dc2c19c260 (patch)
treecf25bc50951e87e6e9ed659f6cb29d8cb0186557 /engines/fullpipe/gfx.h
parentcba0fb54f19fabbd71d4d20034dde2660fc3b673 (diff)
downloadscummvm-rg350-2a59b516890375bf542f049c1dc302dc2c19c260.tar.gz
scummvm-rg350-2a59b516890375bf542f049c1dc302dc2c19c260.tar.bz2
scummvm-rg350-2a59b516890375bf542f049c1dc302dc2c19c260.zip
FULLPIPE: Implemented CInventory2::rebuildItemRects()
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 18a48228e5..f7fd292a22 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -177,6 +177,8 @@ class Background : public CObject {
Background();
virtual bool load(MfcArchive &file);
void addPictureObject(PictureObject *pct);
+
+ BigPicture *getBigPicture(int x, int y) { return _bigPictureArray[x][y]; }
};
struct ShadowsItem {