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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.145 by root, Mon Apr 21 07:01:40 2008 UTC vs.
Revision 1.146 by root, Mon Apr 21 07:07:36 2008 UTC

226 if (!(at = archetype::find (ARCH_DEPLETION))) 226 if (!(at = archetype::find (ARCH_DEPLETION)))
227 { 227 {
228 LOG (llevError, "Could not find archetype depletion\n"); 228 LOG (llevError, "Could not find archetype depletion\n");
229 return 0; 229 return 0;
230 } 230 }
231
231 depl = present_arch_in_ob (at, op); 232 depl = present_arch_in_ob (at, op);
232 233
233 if (depl) 234 if (depl)
234 { 235 {
235 for (i = 0; i < NUM_STATS; i++) 236 for (i = 0; i < NUM_STATS; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines