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.192 by root, Thu Apr 30 02:16:50 2009 UTC vs.
Revision 1.193 by root, Thu Apr 30 02:19:13 2009 UTC

2310/** 2310/**
2311 * This function will try to apply a lighter and in case no lighter 2311 * This function will try to apply a lighter and in case no lighter
2312 * is specified it will try to find a lighter in the players inventory, 2312 * is specified it will try to find a lighter in the players inventory,
2313 * and inform him about this requirement. 2313 * and inform him about this requirement.
2314 * 2314 *
2315 * who - the player 2315 * who - the player
2316 * op - the item we want to light 2316 * op - the item we want to light
2317 * ligher - the lighter or 0 if a lighter has yet to be found 2317 * lighter - the lighter or 0 if a lighter has yet to be found
2318 */ 2318 */
2319object * 2319object *
2320auto_apply_lighter (object *who, object *op, object *lighter) 2320auto_apply_lighter (object *who, object *op, object *lighter)
2321{ 2321{
2322 if (lighter == 0) 2322 if (lighter == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines