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.159 by root, Thu May 6 22:57:48 2010 UTC vs.
Revision 1.160 by root, Thu May 6 22:58:03 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 (); 1511 coroapi::cede_to_tick ();
1512 1512
1513 switch (f.kw) 1513 switch (f.kw)
1514 { 1514 {
1515 case KW_region: 1515 case KW_region:
1516 if (!region::read (f)) 1516 if (!region::read (f))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines