fix for bug #732414 (ZAK256: Some verbs do not highlight correctly)

svn-id: r10243
This commit is contained in:
Max Horn 2003-09-13 20:55:42 +00:00
parent b735d9031d
commit 398af102a1

View File

@ -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;