From fccb0d066291b1788daa12834d737e99e2ea50cd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 1 Jan 2006 05:45:15 +0000 Subject: HE Games use more image states for objects. Fixes background redraw when getting urchin in room 13 of freddi2. svn-id: r19872 --- scumm/object.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scumm/object.cpp b/scumm/object.cpp index 390c884e98..1ffa1e73b0 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -427,7 +427,8 @@ static const uint32 IMxx_tags[] = { MKID('IM0C'), MKID('IM0D'), MKID('IM0E'), - MKID('IM0F') + MKID('IM0F'), + MKID('IM10') }; void ScummEngine::drawObject(int obj, int arg) { -- cgit v1.2.3