Changeset 654

Show
Ignore:
Timestamp:
01/29/08 04:43:58 (10 months ago)
Author:
takkaria
Message:

Clean up comments in object.h. (closes #430)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/object.h

    r653 r654  
    103103 * 
    104104 * Modes ("prefix" is TRUE): 
    105  *   OD_BASENAME -- Chain Mail of Death 
    106  *   OD_INSTORE  -- 5 Rings of Death [1,+3] (+2 to Stealth) {nifty} 
    107  *   OD_ALL      -- 5 Rings of Death [1,+3] (+2 to Stealth) {nifty} (squelch) 
     105 *   OD_BASE   -- Chain Mail of Death 
     106 *   OD_COMBAT -- Chain Mail of Death [1,+3] 
     107 *   OD_STORE  -- 5 Rings of Death [1,+3] (+2 to Stealth) {nifty} 
     108 *   OD_fULL   -- 5 Rings of Death [1,+3] (+2 to Stealth) {nifty} (squelch) 
    108109 * 
    109110 * Modes ("prefix" is FALSE): 
    110  *   OD_BASENAME -- Chain Mail of Death 
    111  *   OD_INSTORE  -- Rings of Death [1,+3] (+2 to Stealth) {nifty} 
    112  *   OD_ALL      -- Rings of Death [1,+3] (+2 to Stealth) {nifty} (squelch) 
     111 *   OD_BASE   -- Chain Mail of Death 
     112 *   OD_COMBAT -- Chain Mail of Death [1,+3] 
     113 *   OD_STORE  -- Rings of Death [1,+3] (+2 to Stealth) {nifty} 
     114 *   OD_FULL   -- Rings of Death [1,+3] (+2 to Stealth) {nifty} (squelch) 
    113115 */ 
    114116size_t object_desc(char *buf, size_t max, const object_type *o_ptr, bool prefix, int mode);