summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-13 12:04:56 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-13 12:04:56 +0200
commit7159afab99b130e7f3c5560765dded6c861f6c3b (patch)
tree2b0a2ec22f003a215db8503a7b0701cfa6af67cc /src/game/game.cpp
parent20b0ba26bb7b7ec43107e55e2a227de370b63e97 (diff)
More sounds.
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r--src/game/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 6e8ea78..bf9ec97 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -417,7 +417,6 @@ void state_t::explosion(v2f_t x)
continue;
damage = pow(1 - trace.frac, 2.0f) * 40.0f;
- printf("frac=%f, damage=%i\n", trace.frac, damage);
unit->damage(damage, nullptr);
}
}