--- deliantra/server/server/apply.C 2009/04/27 01:38:48 1.191 +++ deliantra/server/server/apply.C 2009/04/30 02:16:50 1.192 @@ -2316,7 +2316,8 @@ * op - the item we want to light * ligher - the lighter or 0 if a lighter has yet to be found */ -object *auto_apply_lighter (object *who, object *op, object *lighter) +object * +auto_apply_lighter (object *who, object *op, object *lighter) { if (lighter == 0) { @@ -2373,7 +2374,7 @@ item = find_marked_object (who); if (item) { - if (!auto_apply_lighter (who, 0, lighter)) + if (!auto_apply_lighter (who, item, lighter)) return; /* Perhaps we should split what we are trying to light on fire?