diff options
Diffstat (limited to 'src/weapon.hpp')
-rw-r--r-- | src/weapon.hpp | 2 |
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; |