aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/tsage
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-31 17:57:20 -0400
committerPaul Gilbert2015-05-31 17:57:20 -0400
commit79bf0a05eeba502943a178fc7098a1876ad9244c (patch)
treef486b81018cd2c4421055159451d6d6d36749759 /engines/sherlock/scalpel/tsage
parent6b8452538fb9fa608394f407123a1c622ebf1ba6 (diff)
downloadscummvm-rg350-79bf0a05eeba502943a178fc7098a1876ad9244c.tar.gz
scummvm-rg350-79bf0a05eeba502943a178fc7098a1876ad9244c.tar.bz2
scummvm-rg350-79bf0a05eeba502943a178fc7098a1876ad9244c.zip
SHERLOCK: Remove unused variable
Diffstat (limited to 'engines/sherlock/scalpel/tsage')
-rw-r--r--engines/sherlock/scalpel/tsage/logo.cpp1
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())