aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-08-06 20:07:57 +0000
committerNicola Mettifogo2007-08-06 20:07:57 +0000
commit16f161f68995a7179c373df046c86a72274460c1 (patch)
treefa6c262e7c5a0c5fb3f0e2c6997c3353dd080aaf /engines/parallaction/graphics.h
parent7c20288ba103b4c752b89583c7599a2cf6b594fa (diff)
downloadscummvm-rg350-16f161f68995a7179c373df046c86a72274460c1.tar.gz
scummvm-rg350-16f161f68995a7179c373df046c86a72274460c1.tar.bz2
scummvm-rg350-16f161f68995a7179c373df046c86a72274460c1.zip
Made disk code directly create background Surface from resources.
svn-id: r28475
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index f1104eb27b..a820436aa2 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -219,7 +219,7 @@ public:
void restoreDoorBackground(StaticCnv *cnv, const Common::Rect& r, byte* background);
// location
- void setBackground(byte *background);
+ void setBackground(Graphics::Surface *surf);
void setMask(BitBuffer *buffer);
int16 queryMask(int16 v);
void intGrottaHackMask();