diff options
Diffstat (limited to 'engines/sherlock/scalpel/tsage')
-rw-r--r-- | engines/sherlock/scalpel/tsage/logo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp index 8cc5f99349..76fa6534a0 100644 --- a/engines/sherlock/scalpel/tsage/logo.cpp +++ b/engines/sherlock/scalpel/tsage/logo.cpp @@ -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()) |