From 4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 21:42:26 +0100 Subject: reload works --- src/entity.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/entity.hpp') diff --git a/src/entity.hpp b/src/entity.hpp index dd8a810..c114ca7 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -22,7 +22,8 @@ class Entity { bool threshold; float posX; float posY; - double time; + double furyTime; + double reloadTime; Vector2 direction; Weapon * wp; Image img; -- cgit v1.2.3