Sync the data written in the two stats::write() functions.

This commit is contained in:
J. Tyne 2012-12-14 21:05:41 +00:00
parent 6edf508c1b
commit acf390f95d

View file

@ -273,6 +273,8 @@ config stats::write() const
res["turn_expected_damage_inflicted"] = turn_expected_damage_inflicted;
res["turn_expected_damage_taken"] = turn_expected_damage_taken;
res["save_id"] = save_id;
return res;
}