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.26 by root, Wed Sep 13 23:41:47 2006 UTC vs.
Revision 1.27 by root, Thu Sep 14 21:16:12 2006 UTC

1 1
2/* 2/*
3 * static char *rcsid_apply_c = 3 * static char *rcsid_apply_c =
4 * "$Id: apply.C,v 1.26 2006/09/13 23:41:47 root Exp $"; 4 * "$Id: apply.C,v 1.27 2006/09/14 21:16:12 root Exp $";
5 */ 5 */
6 6
7/* 7/*
8 CrossFire, A Multiplayer game for X-windows 8 CrossFire, A Multiplayer game for X-windows
9 9
232 drain_stat (op); 232 drain_stat (op);
233 fix_player (op); 233 fix_player (op);
234 decrease_ob (tmp); 234 decrease_ob (tmp);
235 return 1; 235 return 1;
236 } 236 }
237 if ((at = find_archetype (ARCH_DEPLETION)) == NULL) 237 if ((at = archetype::find (ARCH_DEPLETION)) == NULL)
238 { 238 {
239 LOG (llevError, "Could not find archetype depletion\n"); 239 LOG (llevError, "Could not find archetype depletion\n");
240 return 0; 240 return 0;
241 } 241 }
242 depl = present_arch_in_ob (at, op); 242 depl = present_arch_in_ob (at, op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines