| 977 | t.dialog_box->flag.visible = 1; |
| 978 | } |
| 979 | static bool is_wait_jot(const xtextbox::jot& j) |
| 980 | { |
| 981 | return j.tag && j.tag->parse_tag == parse_tag_wait; |
| 982 | } |
| 983 | static bool layout_contains_streams() |
| 984 | { |
| 985 | tag_type* sound_tag = (tag_type*)xtextbox::find_format_tag(substr::create("sound", 5)); |