Changeset 230

Show
Ignore:
Timestamp:
06/27/07 21:57:37 (1 year ago)
Author:
ajps
Message:

Revert non-standard bits.

Files:

Legend:

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

    r227 r230  
    201201        u16b note;          /* Autoinscription field (later) */ 
    202202 
    203         bool aware : 1;               /* The player is "aware" of the item's effects */ 
    204         bool tried : 1;               /* The player has "tried" one of the items */ 
    205  
    206         bool squelch : 1;     /* Squelch this item? */ 
    207         bool everseen : 1;    /* Used to despoilify squelch menus */ 
     203        bool aware;           /* The player is "aware" of the item's effects */ 
     204        bool tried;           /* The player has "tried" one of the items */ 
     205 
     206        bool squelch       /* Squelch this item? */ 
     207        bool everseen1;               /* Used to despoilify squelch menus */ 
    208208}; 
    209209