diff options
-rw-r--r-- | scumm/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index f377df8a7f..bc9261f80e 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -119,7 +119,7 @@ int Scumm::checkMouseOver(int x, int y) void Scumm::drawVerb(int verb, int mode) { VerbSlot *vs; - byte tmp; + bool tmp; if (!verb) return; |