mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Reverted r1811, r1812, r1813
This commit is contained in:
		| @@ -385,9 +385,8 @@ CSerializer::CSerializer() | ||||
| void CSerializer::addStdVecItems(CGameState *gs, LibClasses *lib) | ||||
| { | ||||
| 	registerVectoredType(&gs->map->objects, &CGObjectInstance::id); | ||||
| 	registerVectoredType(&lib->heroh->heroes, &CHero::ID); | ||||
| 	registerVectoredType(&lib->creh->creatures, &CCreature::idNumber); | ||||
| 	registerVectoredType(&lib->arth->artifacts, &CArtifact::id); | ||||
| 	registerVectoredType(&gs->map->artInstances, &IModableArt::ID); | ||||
| 	registerVectoredType(&lib->heroh->heroes, &CHero::ID); | ||||
| 	smartVectorMembersSerialization = true; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user