mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Code style: serialize everything on own lines for easier debugging (#357)
This commit is contained in:
@@ -179,10 +179,18 @@ public:
|
||||
{
|
||||
if(version >= 759)
|
||||
{
|
||||
h & instanceName & typeName & subTypeName;
|
||||
h & instanceName;
|
||||
h & typeName;
|
||||
h & subTypeName;
|
||||
}
|
||||
|
||||
h & pos & ID & subID & id & tempOwner & blockVisit & appearance;
|
||||
h & pos;
|
||||
h & ID;
|
||||
h & subID;
|
||||
h & id;
|
||||
h & tempOwner;
|
||||
h & blockVisit;
|
||||
h & appearance;
|
||||
//definfo is handled by map serializer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user