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.105 by root, Thu Nov 8 19:43:23 2007 UTC vs.
Revision 1.106 by root, Thu Apr 10 15:35:15 2008 UTC

540 uuid.seq = seq; 540 uuid.seq = seq;
541 break; 541 break;
542 } 542 }
543 } 543 }
544 544
545 uuid = gen_uuid (); 545 uuid = UUID::gen ();
546 break; 546 break;
547 547
548 case KW_oid: 548 case KW_oid:
549 f.get (this, f.get_sint32 ()); 549 f.get (this, f.get_sint32 ());
550 break; 550 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines