aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 44021f1710..e92df32030 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -376,7 +376,7 @@ bool Scene::canWalk(const Point &testPoint) {
return true;
}
if (!validBGMaskPoint(testPoint)) {
- return true;
+ return true;
}
maskType = getBGMaskType(testPoint);