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.96 by root, Sat Nov 7 18:30:05 2009 UTC vs.
Revision 1.97 by root, Sun Nov 8 22:28:10 2009 UTC

349 return 0; 349 return 0;
350 else 350 else
351 return i->second; 351 return i->second;
352} 352}
353 353
354void
355archetype::post_load_check ()
356{
357 object::post_load_check ();
358
359 assert (("obj_original MUST NOT be set for archetypes", !flag [FLAG_OBJ_ORIGINAL]));
360}
361
354archetype * 362archetype *
355archetype::read (object_thawer &f) 363archetype::read (object_thawer &f)
356{ 364{
357 assert (f.kw == KW_object); 365 assert (f.kw == KW_object);
358 366

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines