diff options
author | Paweł Kołodziejski | 2002-12-26 01:24:19 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-12-26 01:24:19 +0000 |
commit | 425b9d1ba247c15a0438dde5951ce8db7682fb18 (patch) | |
tree | ab24379c38cac031a86d7ade1f1cb15fb1fca576 /scumm | |
parent | d8839f1be6486b6872dcc82595749a5c689a1aa6 (diff) | |
download | scummvm-rg350-425b9d1ba247c15a0438dde5951ce8db7682fb18.tar.gz scummvm-rg350-425b9d1ba247c15a0438dde5951ce8db7682fb18.tar.bz2 scummvm-rg350-425b9d1ba247c15a0438dde5951ce8db7682fb18.zip |
fixed compilation under VC6
svn-id: r6158
Diffstat (limited to 'scumm')
-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; |