summaryrefslogtreecommitdiff
path: root/economy.c
diff options
context:
space:
mode:
Diffstat (limited to 'economy.c')
-rw-r--r--economy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/economy.c b/economy.c
index 7513fe8a4..c42fdfaa2 100644
--- a/economy.c
+++ b/economy.c
@@ -1234,7 +1234,7 @@ static int32 DeliverGoods(int num_pieces, byte cargo_type, uint16 source, uint16
{
Town *t = s_to->town;
if (cargo_type == CT_FOOD) t->new_act_food += num_pieces;
- if (cargo_type == CT_STEEL) t->new_act_water += num_pieces;
+ if (cargo_type == CT_WATER) t->new_act_water += num_pieces;
}
// Give the goods to the industry.