aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-12-15 14:54:35 +0000
committerTravis Howell2003-12-15 14:54:35 +0000
commitbee21ec3f8d04511c46e898542f1153ccba2dc8b (patch)
treed432a92ce09bffa9ad557da7f83e46b72a314634 /scumm/verbs.cpp
parentaa2173868b387edb82e2409b3e15005e83fc07ce (diff)
downloadscummvm-rg350-bee21ec3f8d04511c46e898542f1153ccba2dc8b.tar.gz
scummvm-rg350-bee21ec3f8d04511c46e898542f1153ccba2dc8b.tar.bz2
scummvm-rg350-bee21ec3f8d04511c46e898542f1153ccba2dc8b.zip
Add extra color table entry for v1 games, for inventory/sentence color.
svn-id: r11653
Diffstat (limited to 'scumm/verbs.cpp')
-rw-r--r--scumm/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index a2ac184317..628df63457 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -40,7 +40,7 @@ void ScummEngine::initV2MouseOver() {
int arrow_color, color, hi_color;
if (_version == 1) {
- color = 4;
+ color = 16;
hi_color = 7;
arrow_color = 6;
} else {