Changeset 1427 for trunk

Show
Ignore:
Timestamp:
06/04/09 21:17:41 (15 months ago)
Author:
ajps
Message:

Bugfix: Make sure we reset the item_tester hooks when we've used them. Who knew, eh?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/object/obj-util.c

    r1424 r1427  
    37183718        } 
    37193719 
     3720        /* Forget the item_tester_tval and item_tester_hook  restrictions */ 
     3721        item_tester_tval = 0; 
     3722        item_tester_hook = NULL; 
     3723 
    37203724        return item_list_num; 
    37213725}