For some reason, changing the kSentenceLine color stops highlighting working.

svn-id: r8992
This commit is contained in:
Travis Howell 2003-07-13 17:16:05 +00:00
parent 963ecad362
commit 726718a60e

View File

@ -82,9 +82,9 @@ void Scumm::initV1MouseOver() {
v2_mouseover_boxes[kSentenceLine].rect.left = 0;
v2_mouseover_boxes[kSentenceLine].rect.right = 320;
v2_mouseover_boxes[kSentenceLine].rect.top = 0;
v2_mouseover_boxes[kSentenceLine].rect.bottom = 6;
v2_mouseover_boxes[kSentenceLine].rect.bottom = 8;
v2_mouseover_boxes[kSentenceLine].color = 4;
v2_mouseover_boxes[kSentenceLine].color = 5;
v2_mouseover_boxes[kSentenceLine].hicolor = 7;
}