From a9fa439d8412b2c682d512bfe9cc9322caa4336e Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 16:01:07 +0100 Subject: adjust boss hp and add back fury --- src/weapon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/weapon.hpp') diff --git a/src/weapon.hpp b/src/weapon.hpp index 36ac542..447cfe5 100644 --- a/src/weapon.hpp +++ b/src/weapon.hpp @@ -38,7 +38,7 @@ public: const char *r); ~AWeapon(); - virtual int bang(std::vector * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) = 0; + virtual int bang(std::vector * enemies, Entity * player) = 0; void refill(); bool empty; -- cgit v1.2.3