diff options
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r-- | scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 489243b38a..023ed904a9 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -825,7 +825,7 @@ void Scumm_v2::o2_verbOps() { vs = &_verbs[slot]; vs->verbid = verb; vs->color = 2; - vs->hicolor = 0; + vs->hicolor = 14; vs->dimcolor = 8; vs->type = kTextVerbType; vs->charset_nr = _string[0].t_charset; |