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.194 by root, Tue May 5 04:51:56 2009 UTC vs.
Revision 1.195 by elmex, Thu Jun 25 12:44:28 2009 UTC

857 * Takes one type of items and makes another. 857 * Takes one type of items and makes another.
858 * converter is the object that is doing the conversion. 858 * converter is the object that is doing the conversion.
859 * item is the object that triggered the converter - if it is not 859 * item is the object that triggered the converter - if it is not
860 * what the converter wants, this will not do anything. 860 * what the converter wants, this will not do anything.
861 */ 861 */
862static int 862int
863convert_item (object *item, object *converter) 863convert_item (object *item, object *converter)
864{ 864{
865 sint64 nr, price_in; 865 sint64 nr, price_in;
866 866
867 if (item->flag [FLAG_UNPAID]) 867 if (item->flag [FLAG_UNPAID])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines