aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-09 07:32:03 +0000
committerTravis Howell2004-09-09 07:32:03 +0000
commit84549db76a8f2d46a70cad9c3dce901f4d2d2fb0 (patch)
tree46255f025e6dec86f0ffe643a1f14cd4d20ef5e4 /scumm/verbs.cpp
parent5e9b5a059484da6f2e870c970a27e17f97c2ee98 (diff)
downloadscummvm-rg350-84549db76a8f2d46a70cad9c3dce901f4d2d2fb0.tar.gz
scummvm-rg350-84549db76a8f2d46a70cad9c3dce901f4d2d2fb0.tar.bz2
scummvm-rg350-84549db76a8f2d46a70cad9c3dce901f4d2d2fb0.zip
Oops
svn-id: r14977
Diffstat (limited to 'scumm/verbs.cpp')
-rw-r--r--scumm/verbs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index 4c7f901f8f..578c9327d3 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -371,7 +371,7 @@ void ScummEngine::drawVerb(int verb, int mode) {
VerbSlot *vs;
bool tmp;
- if (!_numVerbs)
+ if (!verb)
return;
vs = &_verbs[verb];
@@ -422,7 +422,6 @@ void ScummEngine::drawVerb(int verb, int mode) {
}
void ScummEngine::restoreVerbBG(int verb) {
- return;
VerbSlot *vs;