Show
Ignore:
Timestamp:
01/29/08 04:42:33 (9 months ago)
Author:
takkaria
Message:

Further work on #430:

  • Clean up object_desc() calls by using the new ODESC_* constants.
  • Add "mode 1" to object_desc() again to only display basename + combat bonuses.
Files:

Legend:

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

    r636 r653  
    236236        object_wipe(o_ptr); 
    237237        make_fake_artifact(o_ptr, a_idx); 
    238         object_desc_spoil(o_name, sizeof(o_name), o_ptr, TRUE, 0); 
     238        object_desc_spoil(o_name, sizeof(o_name), o_ptr, TRUE, ODESC_BASE); 
    239239        strnfmt(buf, sizeof(buf), "Found %s", o_name); 
    240240