From 7e3b2bedb6bcffb172dda4f4436dc3dc89a0a649 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Wed, 11 Aug 2010 21:16:45 +0000 Subject: SCI: revert r51969 broke laura bow 1, need to figure out whats exactly wrong svn-id: r52004 --- engines/sci/graphics/animate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/graphics/animate.h') diff --git a/engines/sci/graphics/animate.h b/engines/sci/graphics/animate.h index 4739eb0d31..f25e54915e 100644 --- a/engines/sci/graphics/animate.h +++ b/engines/sci/graphics/animate.h @@ -60,8 +60,8 @@ struct AnimateEntry { int16 givenOrderNo; reg_t object; GuiResourceId viewId; - uint16 loopNo; - uint16 celNo; + int16 loopNo; + int16 celNo; int16 paletteNo; int16 x, y, z; int16 priority; -- cgit v1.2.3