(svn r20654) -Codechange: implement reading action0 of objects

This commit is contained in:
rubidium
2010-08-28 18:21:09 +00:00
parent 3a9f54a4f8
commit 23ba40d385
3 changed files with 189 additions and 1 deletions

View File

@@ -317,6 +317,7 @@ 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]);
}
/**