ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/arch.C
(Generate patch)

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.104 by root, Mon Apr 12 05:22:37 2010 UTC vs.
Revision 1.105 by root, Thu Apr 15 00:36:51 2010 UTC

357} 357}
358 358
359void 359void
360archetype::post_load_check () 360archetype::post_load_check ()
361{ 361{
362 assert (("obj_original MUST NOT be set for archetypes", !flag [FLAG_OBJ_ORIGINAL]));
363
364 if (type == SKILL)
365 add_skill_archetype (this);
366
362 object::post_load_check (); 367 object::post_load_check ();
363
364 assert (("obj_original MUST NOT be set for archetypes", !flag [FLAG_OBJ_ORIGINAL]));
365} 368}
366 369
367archetype * 370archetype *
368archetype::read (object_thawer &f) 371archetype::read (object_thawer &f)
369{ 372{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines