aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_views.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-06-24 08:16:40 +0000
committerPaul Gilbert2010-06-24 08:16:40 +0000
commitcd8bec1ae28c89f89fa8e4707a81b2947bd9ebc5 (patch)
tree757938959b9f25c384694746a1e23d98089869ca /engines/m4/mads_views.h
parent70e9df9566007a495f5b77fa6ee4c6d31efdbe15 (diff)
downloadscummvm-rg350-cd8bec1ae28c89f89fa8e4707a81b2947bd9ebc5.tar.gz
scummvm-rg350-cd8bec1ae28c89f89fa8e4707a81b2947bd9ebc5.tar.bz2
scummvm-rg350-cd8bec1ae28c89f89fa8e4707a81b2947bd9ebc5.zip
Corrected rendering of sprites into a scene background
svn-id: r50205
Diffstat (limited to 'engines/m4/mads_views.h')
-rw-r--r--engines/m4/mads_views.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/mads_views.h b/engines/m4/mads_views.h
index f0ded634b1..843596412e 100644
--- a/engines/m4/mads_views.h
+++ b/engines/m4/mads_views.h
@@ -97,7 +97,7 @@ public:
void clear();
void deleteTimer(int seqIndex);
- void drawBackground();
+ void drawBackground(int yOffset);
void drawForeground(View *view, int yOffset);
void setDirtyAreas();
void fullRefresh();