Codechange: Bind objectspecs to classes once all finalised.
This commit is contained in:
@@ -316,7 +316,6 @@ void ObjectOverrideManager::SetEntitySpec(ObjectSpec *spec)
|
||||
|
||||
/* 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]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user