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.122 by root, Mon Sep 15 00:16:19 2008 UTC vs.
Revision 1.123 by root, Mon Sep 29 10:32:50 2008 UTC

1059 // instance() activates, this should be fixed properly 1059 // instance() activates, this should be fixed properly
1060 op->deactivate (); 1060 op->deactivate ();
1061 1061
1062 if (!op->parse_kv (f)) 1062 if (!op->parse_kv (f))
1063 { 1063 {
1064 op->destroy (true); 1064 op->destroy ();
1065 return 0; 1065 return 0;
1066 } 1066 }
1067 1067
1068 op->post_load_check (); 1068 op->post_load_check ();
1069 return op; 1069 return op;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines