Skip to content

Commit

Permalink
SHERLOCK: Fix positioning of scene sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 22, 2015
1 parent 47fb0be commit b313079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ bool Scene::loadScene(const Common::String &filename) {
_bgShapes[idx]._seqCounter2 = 0;
_bgShapes[idx]._seqStack = 0;
_bgShapes[idx]._frameNumber = -1;
_bgShapes[idx]._position = Common::Point(0, 0);
_bgShapes[idx]._oldPosition = Common::Point(0, 0);
_bgShapes[idx]._oldSize = Common::Point(1, 1);
}

Expand Down

0 comments on commit b313079

Please sign in to comment.