Fix wrong area being hilited when clicking a word in talk mode (mostly)

This commit is contained in:
2014-04-21 01:55:58 -04:00
parent 002ee640da
commit a8f0222b24

View File

@@ -1095,6 +1095,8 @@ void place_talk_str(std::string str_to_place,std::string str_to_place2,short col
if (c_rect.right > 0) {
mainPtr.setActive();
c_rect.offset(talk_area_rect.topLeft());
c_rect.offset(ul);
clip_rect(mainPtr, c_rect);
}