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 c6fce315f9..9814e98373 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -499,7 +499,7 @@ void ScummEngine::drawVerbBitmap(int verb, int x, int y) { gdi.enableZBuffer(); - vs->hasTwoBuffers = twobufs; + vs->hasTwoBuffers = twobufs != 0; } int ScummEngine::getVerbSlot(int id, int mode) const { |