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.195 by elmex, Thu Jun 25 12:44:28 2009 UTC vs.
Revision 1.196 by root, Wed Sep 2 22:52:36 2009 UTC

1106 1106
1107 SET_FLAG (op, FLAG_NO_APPLY); /* prevent loops */ 1107 SET_FLAG (op, FLAG_NO_APPLY); /* prevent loops */
1108 1108
1109 bool has_unpaid = false; 1109 bool has_unpaid = false;
1110 1110
1111 // quite inefficient to do this here twice, but the api doesn'T lend itself to 1111 // quite inefficient to do this here twice, but the api doesn't lend itself to
1112 // a quick and small change :( 1112 // a quick and small change :(
1113 for (object::depth_iterator item = op->begin (); item != op->end (); ++item) 1113 for (object::depth_iterator item = op->begin (); item != op->end (); ++item)
1114 if (item->flag [FLAG_UNPAID]) 1114 if (item->flag [FLAG_UNPAID])
1115 { 1115 {
1116 has_unpaid = true; 1116 has_unpaid = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines