diff options
Diffstat (limited to '')
-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; |