diff options
Diffstat (limited to 'src/wp_enemyslingshot.hpp')
-rw-r--r-- | src/wp_enemyslingshot.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_enemyslingshot.hpp b/src/wp_enemyslingshot.hpp index 92fff7f..f481b62 100644 --- a/src/wp_enemyslingshot.hpp +++ b/src/wp_enemyslingshot.hpp @@ -14,7 +14,7 @@ class wp_enemysling : public AWeapon { public: wp_enemysling(const char* s, const char* r); - ~wp_enemysling(); + virtual ~wp_enemysling(); int bang(std::vector<Entity>* enemies, Entity* player); Projectile const& getProjectile() const; |