Changeset 484
- Timestamp:
- 08/10/07 08:48:54 (1 year ago)
- Files:
-
- trunk/src/types.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/types.h
r472 r484 1127 1127 typedef struct 1128 1128 { 1129 s32b m_idx; /* Monster index - 0 for none, -1 for the player*/1129 u32b m_idx; /* Monster index */ 1130 1130 u32b f_idx; /* Feature index */ 1131 1131 u32b first_k_idx; /* The "Kind" of the first item on the grid */ … … 1134 1134 enum grid_light_level lighting; /* Light level */ 1135 1135 bool in_view; /* TRUE when the player can currently see the grid. */ 1136 bool is_player; 1137 bool hallucinate; 1136 1138 } grid_data; 1137 1139
