From bfb2ad4778cc4a2c1df72d59dbd999f51881a297 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 30 Sep 2011 20:32:06 -0400 Subject: PEGASUS: Fix inventory looping positions --- engines/pegasus/items/inventorypicture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/pegasus/items/inventorypicture.cpp b/engines/pegasus/items/inventorypicture.cpp index 33f497ed3e..5eef7ef15c 100755 --- a/engines/pegasus/items/inventorypicture.cpp +++ b/engines/pegasus/items/inventorypicture.cpp @@ -275,7 +275,7 @@ void InventoryItemsPicture::loopCurrentItem() { if (_isLooping) { tCoordType x, y; getItemXY(_currentItemIndex, x, y); - _panelMovie.moveElementTo(x, y); + _panelMovie.moveMovieBoxTo(x, y); _highlightBounds.moveTo(x, y); TimeValue start, stop; -- cgit v1.2.3