aboutsummaryrefslogtreecommitdiff
path: root/boxes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'boxes.cpp')
-rw-r--r--boxes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.cpp b/boxes.cpp
index 78ee20f48b..2e4b3e4984 100644
--- a/boxes.cpp
+++ b/boxes.cpp
@@ -29,6 +29,7 @@ byte Scumm::getMaskFromBox(int box)
Box *ptr = getBoxBaseAddr(box);
if (!ptr)
return 0;
+
return ptr->mask;
}