summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/units.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/units.cpp b/src/game/units.cpp
index a342a09..3ded53c 100644
--- a/src/game/units.cpp
+++ b/src/game/units.cpp
@@ -282,8 +282,6 @@ void state_t::hivemind_alert(v2f_t x, float r, bool do_move, v2f_t move_to)
ents = world.get_entities(search, CF_BODY_SMALL);
- printf("alert with r=%f\n", r);
-
for (world::entity_t *ent : ents) {
unit_t *unit;