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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.132 by root, Thu Nov 8 19:43:23 2007 UTC vs.
Revision 1.133 by root, Wed Apr 2 11:13:52 2008 UTC

307bool 307bool
308maptile::_load_objects (object_thawer &f) 308maptile::_load_objects (object_thawer &f)
309{ 309{
310 for (;;) 310 for (;;)
311 { 311 {
312 coroapi::cede_to_tick_every (100); // cede once in a while 312 coroapi::cede_to_tick (); // cede once in a while
313 313
314 switch (f.kw) 314 switch (f.kw)
315 { 315 {
316 case KW_arch: 316 case KW_arch:
317 if (object *op = object::read (f, this)) 317 if (object *op = object::read (f, this))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines