ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/object.C
(Generate patch)

Comparing deliantra/server/common/object.C (file contents):
Revision 1.159 by root, Mon Jun 4 13:04:00 2007 UTC vs.
Revision 1.160 by root, Tue Jun 5 13:05:02 2007 UTC

1181 if (more) 1181 if (more)
1182 return; 1182 return;
1183 1183
1184 object *prev = this; 1184 object *prev = this;
1185 1185
1186 for (archetype *at = arch->more; at; at = at->more) 1186 for (archetype *at = (archetype *)arch->more; at; at = (archetype *)at->more)
1187 { 1187 {
1188 object *op = arch_to_object (at); 1188 object *op = arch_to_object (at);
1189 1189
1190 op->name = name; 1190 op->name = name;
1191 op->name_pl = name_pl; 1191 op->name_pl = name_pl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines