diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 121fbb5..8ce05fc 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -329,6 +329,8 @@ namespace QuickMedia { sf::Text replies_text; sf::Text embedded_item_load_text; + bool body_size_changed = false; + int num_visible_items; bool top_cut_off; bool bottom_cut_off; |