diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-05-27 16:26:01 +0200 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-05-27 16:26:01 +0200 |
commit | 8dc03eedfcf24be94f0255c0c9e055dbb83ea092 (patch) | |
tree | 4b032f5b17df8da8acb2e41de99afc78a3bcebe2 /src/wp_nadelauncher.cpp | |
parent | update readme (diff) | |
download | threshold-8dc03eedfcf24be94f0255c0c9e055dbb83ea092.tar.gz threshold-8dc03eedfcf24be94f0255c0c9e055dbb83ea092.tar.bz2 threshold-8dc03eedfcf24be94f0255c0c9e055dbb83ea092.tar.xz threshold-8dc03eedfcf24be94f0255c0c9e055dbb83ea092.tar.zst threshold-8dc03eedfcf24be94f0255c0c9e055dbb83ea092.zip |
less leaks and effective-c++-compatible
Diffstat (limited to 'src/wp_nadelauncher.cpp')
-rw-r--r-- | src/wp_nadelauncher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wp_nadelauncher.cpp b/src/wp_nadelauncher.cpp index 7352b42..224b0a6 100644 --- a/src/wp_nadelauncher.cpp +++ b/src/wp_nadelauncher.cpp @@ -9,6 +9,7 @@ wp_nadelauncher::wp_nadelauncher(const char* s, const char* r) : AWeapon(300.0f, 1, 30, 0.0, s, r, "nade", true) {} +wp_nadelauncher::~wp_nadelauncher() {} int wp_nadelauncher::bang(std::vector<Entity>* enemies, Entity* player) { if (barrel == 0) { |