diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:04:34 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:04:34 +0100 |
commit | 0f52cc0373370d639b8de42c7c9551da0db86d52 (patch) | |
tree | 35c270760a1d9b3b1c11e3a3b55268aac464d1ea /src/wp_shotty.cpp | |
parent | mouselook on shotgun (diff) | |
download | threshold-0f52cc0373370d639b8de42c7c9551da0db86d52.tar.gz threshold-0f52cc0373370d639b8de42c7c9551da0db86d52.tar.bz2 threshold-0f52cc0373370d639b8de42c7c9551da0db86d52.tar.xz threshold-0f52cc0373370d639b8de42c7c9551da0db86d52.tar.zst threshold-0f52cc0373370d639b8de42c7c9551da0db86d52.zip |
clang-format chromium test
Diffstat (limited to 'src/wp_shotty.cpp')
-rw-r--r-- | src/wp_shotty.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wp_shotty.cpp b/src/wp_shotty.cpp index 1b5573a..e60e0aa 100644 --- a/src/wp_shotty.cpp +++ b/src/wp_shotty.cpp @@ -35,7 +35,6 @@ int wp_shotty::bang(std::vector<Entity> * enemies, Entity * player) t = GetTime(); // here // - std::cout << "range : " << range << std::endl; r = playerDirection; r.x *= 2; r.y *= 2; |