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.185 by root, Wed Dec 5 19:03:26 2018 UTC vs.
Revision 1.186 by root, Sun Jan 27 11:04:33 2019 UTC

1027 { 1027 {
1028 op->destroy (); 1028 op->destroy ();
1029 return 0; 1029 return 0;
1030 } 1030 }
1031 1031
1032 // the loader reverses the ordering of kv-pairs, so we reverse it again after loading 1032 // The loader reverses the ordering of kv-pairs, so we reverse it again after loading.
1033 // that greatly simplifies the loading code. 1033 // This greatly simplifies the loading code.
1034 op->kv.reverse (); 1034 op->kv.reverse ();
1035 1035
1036 op->post_load_check (); 1036 op->post_load_check ();
1037 return op; 1037 return op;
1038} 1038}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines