aboutsummaryrefslogtreecommitdiff
path: root/verbs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verbs.cpp')
-rw-r--r--verbs.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/verbs.cpp b/verbs.cpp
index a7d6772327..8482be3443 100644
--- a/verbs.cpp
+++ b/verbs.cpp
@@ -86,9 +86,6 @@ int Scumm::checkMouseOver(int x, int y) {
vs = &_verbs[i];
do {
- if (_features & GF_OLD256)
- vs->saveid = 0;
-
if (vs->curmode!=1 || !vs->verbid || vs->saveid ||
y < vs->y || y >= vs->bottom)
continue;
@@ -255,7 +252,7 @@ void Scumm::killVerb(int slot) {
nukeResource(rtVerb, slot);
- if (vs->saveid==0) {
+ if (vs->saveid==0){
drawVerb(slot, 0);
verbMouseOver(0);
}