diff --git a/lib/NetPacks.h b/lib/NetPacks.h index 40db4d415..ca7afc7d5 100644 --- a/lib/NetPacks.h +++ b/lib/NetPacks.h @@ -986,7 +986,6 @@ struct NewTurn : public CPackForClient //101 std::map res; //player ID => resource value[res_id] std::map cres;//creatures to be placed in towns ui32 day; - bool resetBuilded; ui8 specialWeek; //weekType CreatureID creatureid; //for creature weeks @@ -994,7 +993,7 @@ struct NewTurn : public CPackForClient //101 template void serialize(Handler &h, const int version) { - h & heroes & cres & res & day & resetBuilded & specialWeek & creatureid; + h & heroes & cres & res & day & specialWeek & creatureid; } };