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.155 by root, Sun May 4 18:24:11 2008 UTC vs.
Revision 1.156 by root, Tue May 6 14:56:42 2008 UTC

2341 * them in this function - they are passed to apply_special 2341 * them in this function - they are passed to apply_special
2342 */ 2342 */
2343int 2343int
2344manual_apply (object *op, object *tmp, int aflag) 2344manual_apply (object *op, object *tmp, int aflag)
2345{ 2345{
2346 if (tmp->head)
2347 tmp = tmp->head; 2346 tmp = tmp->head_ ();
2348 2347
2349 if (QUERY_FLAG (tmp, FLAG_UNPAID) && !QUERY_FLAG (tmp, FLAG_APPLIED)) 2348 if (QUERY_FLAG (tmp, FLAG_UNPAID) && !QUERY_FLAG (tmp, FLAG_APPLIED))
2350 { 2349 {
2351 if (op->type == PLAYER) 2350 if (op->type == PLAYER)
2352 { 2351 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines