| 2275 | } |
| 2276 | |
| 2277 | void Gui::MTB_clean(df::markup_text_boxst *mtb) |
| 2278 | { // Reverse-engineered from "markup_text_boxst::clean" FUN_140056f60 (v50.11 win64 Steam) |
| 2279 | mtb->word.clear(); |
| 2280 | mtb->link.clear(); |
| 2281 | mtb->current_width = -1; |
| 2282 | mtb->max_y = 0; |
| 2283 | mtb->environment = NULL; |
| 2284 | } |
| 2285 | |
| 2286 | static bool insert_markup_text_wordst(vector<df::markup_text_wordst *> &vec, string &str, int32_t link_index, int32_t color) |
| 2287 | { |