aboutsummaryrefslogtreecommitdiff
path: root/include/Video.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Video.hpp')
-rw-r--r--include/Video.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Video.hpp b/include/Video.hpp
index 05c8396..9d6663e 100644
--- a/include/Video.hpp
+++ b/include/Video.hpp
@@ -41,5 +41,6 @@ namespace dchat
sf::Sprite sprite;
sf::Texture texture;
sf::Uint8 *textureBuffer;
+ bool alive;
};
}