diff --git a/sfmlbackend.hpp b/sfmlbackend.hpp index 8879e22..01aa443 100644 --- a/sfmlbackend.hpp +++ b/sfmlbackend.hpp @@ -56,7 +56,7 @@ class SFMLBackend { sf::Sprite start_button; sf::Texture start_texture; std::chrono::time_point clock_start; - Button buttons = Button::NONE; + Button buttons = Button::STOP; int hit_points = 50; sf::Font font; GameEngine &game;