Preset town fields now use the field type enum

This commit is contained in:
2014-12-22 22:45:27 -05:00
parent c768b2557c
commit fb1f97e2f1
8 changed files with 91 additions and 165 deletions

View File

@@ -75,9 +75,10 @@ public:
class cField { // formerly preset_field_type
public:
location loc;
short type;
eFieldType type;
void append(legacy::preset_field_type old);
cField() : type(FIELD_DISPEL) {}
};
short town_chop_time,town_chop_key;
cWandering wandering[4];