diff options
-rw-r--r-- | scumm/script_v5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index f28eda1325..2ee3ae52e5 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -2508,7 +2508,7 @@ void Scumm_v5::o5_verbOps() { vs = &_verbs[slot]; vs->verbid = verb; vs->color = 2; - vs->hicolor = 0; + vs->hicolor = (_version == 3) ? 14 : 0; vs->dimcolor = 8; vs->type = kTextVerbType; vs->charset_nr = _string[0].t_charset; |