summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'town.h')
-rw-r--r--town.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/town.h b/town.h
index ccf37e28f..1a59c247e 100644
--- a/town.h
+++ b/town.h
@@ -47,9 +47,9 @@ struct Town {
// Amount of food and paper that was transported. Actually a bit mask would be enough.
uint16 act_food;
- uint16 act_paper;
+ uint16 act_water;
uint16 new_act_food;
- uint16 new_act_paper;
+ uint16 new_act_water;
// Time until we rebuild a house.
byte time_until_rebuild;