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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.158 by root, Fri Apr 30 20:43:18 2010 UTC vs.
Revision 1.159 by root, Thu May 6 22:57:48 2010 UTC

1506{ 1506{
1507 object_thawer f (filename); 1507 object_thawer f (filename);
1508 1508
1509 for (;;) 1509 for (;;)
1510 { 1510 {
1511 coroapi.cede_to_tick ();
1512
1511 switch (f.kw) 1513 switch (f.kw)
1512 { 1514 {
1513 case KW_region: 1515 case KW_region:
1514 if (!region::read (f)) 1516 if (!region::read (f))
1515 return false; 1517 return false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines