diff options
Diffstat (limited to 'engines')
-rwxr-xr-x | engines/pegasus/items/inventorypicture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |