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

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.84 by root, Tue Dec 30 07:24:16 2008 UTC vs.
Revision 1.85 by root, Wed Dec 31 17:35:37 2008 UTC

226 int j; 226 int j;
227 227
228 if (!op->materialname) 228 if (!op->materialname)
229 return; 229 return;
230 230
231 if (change->materialname && strcmp (op->materialname, change->materialname)) 231 if (op->materialname != change->materialname)
232 return; 232 return;
233 233
234 if (!op->is_armor ()) 234 if (!op->is_armor ())
235 return; 235 return;
236 236

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines