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.58 by root, Sat Apr 21 11:55:36 2007 UTC vs.
Revision 1.59 by root, Mon May 7 06:01:47 2007 UTC

351#endif 351#endif
352 352
353 if (!op->parse_kv (f)) 353 if (!op->parse_kv (f))
354 goto fail; 354 goto fail;
355 355
356 op->post_load_check ();
357
356 parts.push_back (std::make_pair (at, op)); 358 parts.push_back (std::make_pair (at, op));
357 359
358 if (f.kw != KW_more) 360 if (f.kw != KW_more)
359 break; 361 break;
360 362

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines