aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/animation.cpp b/engines/mads/animation.cpp
index 089e21d08e..3e10fe9667 100644
--- a/engines/mads/animation.cpp
+++ b/engines/mads/animation.cpp
@@ -399,7 +399,7 @@ void Animation::loadInterface(UserInterface &interfaceSurface, MSurface &depthSu
}
bool Animation::hasScroll() const {
- return (_header._scrollPosition.x != 0) || (_header._scrollPosition.x != 0);
+ return (_header._scrollPosition.x != 0) || (_header._scrollPosition.y != 0);
}
void Animation::update() {