Skip to content

Commit

Permalink
SHERLOCK: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 31, 2015
1 parent 6b84525 commit 79bf0a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/sherlock/scalpel/tsage/logo.cpp
Expand Up @@ -304,7 +304,6 @@ bool Object::isMoving() const {
void Object::move() {
Common::Point currPos = _position;
Common::Point moveDiff(5, 3);
int yDiff = 0;
int percent = 100;

if (dontMove())
Expand Down

0 comments on commit 79bf0a0

Please sign in to comment.