Skip to content

Commit

Permalink
PEGASUS: Fix inventory looping positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Oct 1, 2011
1 parent ad784cd commit bfb2ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pegasus/items/inventorypicture.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit bfb2ad4

Please sign in to comment.