aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
authorTravis Howell2004-06-29 05:36:01 +0000
committerTravis Howell2004-06-29 05:36:01 +0000
commitb1e49b13af63c9090b76b9ba6623fa003c4a7988 (patch)
tree87b3edf1006df77377453b0bfd935d38d1b8ed0c /scumm/base-costume.h
parent7504e4f5c2b9c9a3d1a6327b4ea58f3e6acd2a61 (diff)
downloadscummvm-rg350-b1e49b13af63c9090b76b9ba6623fa003c4a7988.tar.gz
scummvm-rg350-b1e49b13af63c9090b76b9ba6623fa003c4a7988.tar.bz2
scummvm-rg350-b1e49b13af63c9090b76b9ba6623fa003c4a7988.zip
Fix actorOps case 218/9 in HE games
svn-id: r14115
Diffstat (limited to 'scumm/base-costume.h')
-rw-r--r--scumm/base-costume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/base-costume.h b/scumm/base-costume.h
index dac42e7dc3..a8dc0a2712 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -62,6 +62,7 @@ public:
int _draw_top, _draw_bottom;
bool _skipLimb;
+ bool _actor_draw_to_bg;
protected:
@@ -116,6 +117,7 @@ public:
_mirror = false;
_width = _height = 0;
_skipLimb = 0;
+ _actor_draw_to_bg = 0;
_outptr = 0;