summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
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);
}
}