aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:01:07 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:01:07 +0100
commita9fa439d8412b2c682d512bfe9cc9322caa4336e (patch)
treef33d1441c79d23faaade744a7f1d2ba718562fbb /src/weapon.hpp
parentreferences are weaird, man (diff)
downloadthreshold-a9fa439d8412b2c682d512bfe9cc9322caa4336e.tar.gz
threshold-a9fa439d8412b2c682d512bfe9cc9322caa4336e.tar.bz2
threshold-a9fa439d8412b2c682d512bfe9cc9322caa4336e.tar.xz
threshold-a9fa439d8412b2c682d512bfe9cc9322caa4336e.tar.zst
threshold-a9fa439d8412b2c682d512bfe9cc9322caa4336e.zip
adjust boss hp and add back fury
Diffstat (limited to '')
-rw-r--r--src/weapon.hpp2
1 files changed, 1 insertions, 1 deletions
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<Entity> * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) = 0;
+ virtual int bang(std::vector<Entity> * enemies, Entity * player) = 0;
void refill();
bool empty;