mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
fix for bug #732414 (ZAK256: Some verbs do not highlight correctly)
svn-id: r10243
This commit is contained in:
parent
b735d9031d
commit
398af102a1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user