aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verbs.cpp b/verbs.cpp
index 5e4f5bdf95..1657415b35 100644
--- a/verbs.cpp
+++ b/verbs.cpp
@@ -85,7 +85,7 @@ int Scumm::checkMouseOver(int x, int y) {
vs = &_verbs[i];
do {
- if (_features && GF_OLD256)
+ if (_features & GF_OLD256)
vs->saveid = 0;
if (vs->curmode!=1 || !vs->verbid || vs->saveid ||