From 3a438ffd4f20ac24a9d086ef1dd2bb5c92d740a9 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 10 Sep 2016 21:12:19 +0200 Subject: [PATCH] I have questions about this --- src/economy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/economy.c b/src/economy.c index c9d218038..8d4939d4a 100644 --- a/src/economy.c +++ b/src/economy.c @@ -2543,6 +2543,8 @@ static void steal_cmd(unit * u, struct order *ord, request ** stealorders) f = u2->faction; } else { + // TODO: is this really necessary? it's the only time we use faction.c/deadhash + // it allows stealing from a unit in a dead faction, but why? f = dfindhash(id); }