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.71 by root, Thu Nov 8 19:43:23 2007 UTC vs.
Revision 1.72 by root, Wed Apr 2 11:13:51 2008 UTC

352{ 352{
353 assert (f.kw == KW_object); 353 assert (f.kw == KW_object);
354 354
355 std::vector<archetype *> parts; 355 std::vector<archetype *> parts;
356 356
357 coroapi::cede_to_tick_every (10); 357 coroapi::cede_to_tick ();
358 358
359 for (;;) 359 for (;;)
360 { 360 {
361 // the archetype might have been referenced earlier 361 // the archetype might have been referenced earlier
362 // so try to find an existing stub archetype first 362 // so try to find an existing stub archetype first

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines