aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-06-01 01:00:22 +0000
committerEugene Sandulenko2005-06-01 01:00:22 +0000
commit5e57925f56f3eacb5b0208f4c38e9395131cf48e (patch)
treedebf060205383410a216fefc79f63d9a546d62f9 /scumm/verbs.cpp
parent6fd297f08dd22a2dc9fceceee09140d7c86c6aed (diff)
downloadscummvm-rg350-5e57925f56f3eacb5b0208f4c38e9395131cf48e.tar.gz
scummvm-rg350-5e57925f56f3eacb5b0208f4c38e9395131cf48e.tar.bz2
scummvm-rg350-5e57925f56f3eacb5b0208f4c38e9395131cf48e.zip
Fix reported DISABLE_SCUMM_7_8 omission. Thanks to sumthinwicked.
svn-id: r18308
Diffstat (limited to 'scumm/verbs.cpp')
-rw-r--r--scumm/verbs.cpp2
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;