economy.c
changeset 1308 286dda1121ca
parent 1266 9dc5638fe8cc
child 1309 dab90d4cbf2d
--- a/economy.c	Sat Feb 05 23:07:35 2005 +0000
+++ b/economy.c	Sun Feb 06 07:49:41 2005 +0000
@@ -1234,7 +1234,7 @@
 	{
 		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.