aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_shotty.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/wp_shotty.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 'src/wp_shotty.hpp')
-rw-r--r--src/wp_shotty.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_shotty.hpp b/src/wp_shotty.hpp
index 2f9b917..48e443a 100644
--- a/src/wp_shotty.hpp
+++ b/src/wp_shotty.hpp
@@ -16,7 +16,7 @@ class wp_shotty : public AWeapon {
wp_shotty(const char *s, const char *r);
~wp_shotty();
- int bang(std::vector<Entity> * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) ;
+ int bang(std::vector<Entity> * enemies, Entity * player) ;
};