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.164 by root, Tue Mar 15 11:05:48 2011 UTC vs.
Revision 1.165 by sf-pippijn, Tue Mar 15 12:37:21 2011 UTC

1081 1081
1082 archetype *arch = archetype::find (f.get_str ()); 1082 archetype *arch = archetype::find (f.get_str ());
1083 1083
1084 if (!arch) 1084 if (!arch)
1085 { 1085 {
1086 LOG (llevError, "object refering to nonexistent archetype '%s'.\n", f.get_str ()); 1086 LOG (llevError, "object referring to nonexistent archetype '%s'.\n", f.get_str ());
1087 arch = archetype::find (shstr_earthwall); 1087 arch = archetype::find (shstr_earthwall);
1088 } 1088 }
1089 1089
1090 assert (arch); //D maybe use exception handling of sorts? 1090 assert (arch); //D maybe use exception handling of sorts?
1091 1091

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines