Changeset 286

Show
Ignore:
Timestamp:
07/05/07 19:10:42 (1 year ago)
Author:
ajps
Message:

Destroying items asks for confirmation again. Fixes #196.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd3.c

    r267 r286  
    488488        /* Verify destruction */ 
    489489        strnfmt(out_val, sizeof(out_val), "Really destroy %s? ", o_name); 
    490  
     490        if (!get_check(out_val)) return;  
    491491 
    492492        /* Artifacts cannot be destroyed */