From b1e49b13af63c9090b76b9ba6623fa003c4a7988 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 29 Jun 2004 05:36:01 +0000 Subject: Fix actorOps case 218/9 in HE games svn-id: r14115 --- scumm/base-costume.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/base-costume.h') 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; -- cgit v1.2.3