diff options
Diffstat (limited to 'saga')
-rw-r--r-- | saga/scene.cpp | 2 |
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); |