Changeset 484

Show
Ignore:
Timestamp:
08/10/07 08:48:54 (1 year ago)
Author:
ajps
Message:

And the rest of the 'putting hallucination back in' change.

Files:

Legend:

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

    r472 r484  
    11271127typedef struct 
    11281128{ 
    1129         s32b m_idx;            /* Monster index - 0 for none, -1 for the player */ 
     1129        u32b m_idx;            /* Monster index */ 
    11301130        u32b f_idx;             /* Feature index */ 
    11311131        u32b first_k_idx;       /* The "Kind" of the first item on the grid */ 
     
    11341134        enum grid_light_level lighting; /* Light level */ 
    11351135        bool in_view; /* TRUE when the player can currently see the grid. */ 
     1136        bool is_player; 
     1137        bool hallucinate; 
    11361138} grid_data; 
    11371139