File diff r27034:b6f1b823160c → r27035:b10b476e56e4
src/newgrf_commons.cpp
Show inline comments
 
@@ -316,7 +316,6 @@ void ObjectOverrideManager::SetEntitySpe
 

	
 
	/* Now that we know we can use the given id, copy the spec to its final destination. */
 
	memcpy(&_object_specs[type], spec, sizeof(*spec));
 
	ObjectClass::Assign(&_object_specs[type]);
 
}
 

	
 
/**