diff options
-rw-r--r-- | scumm/verbs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index e5efa048e8..283fda46e7 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -486,6 +486,7 @@ int ScummEngine::findVerbAtPos(int x, int y) const { return 0; } +#ifndef DISABLE_SCUMM_7_8 void ScummEngine_v7::drawVerb(int verb, int mode) { VerbSlot *vs; @@ -540,6 +541,7 @@ void ScummEngine_v7::drawVerb(int verb, int mode) { vs->oldRect = vs->curRect; } } +#endif void ScummEngine::drawVerb(int verb, int mode) { VerbSlot *vs; |