Document implications of EFF_OWNER.
This commit is contained in:
parent
4a67b91f8a
commit
e27724fbc9
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ struct empfile {
|
||||||
*
|
*
|
||||||
* EFF_XY and EFF_GROUP assert that coordinates / group of such a
|
* EFF_XY and EFF_GROUP assert that coordinates / group of such a
|
||||||
* file's record can be safely obtained by dereferencing its memory
|
* file's record can be safely obtained by dereferencing its memory
|
||||||
* address cast to struct genitem *
|
* address cast to struct genitem *.
|
||||||
|
*
|
||||||
|
* EFF_OWNER asserts that player->owner is set by ef_read().
|
||||||
*/
|
*/
|
||||||
#define EFF_XY bit(0) /* has location */
|
#define EFF_XY bit(0) /* has location */
|
||||||
#define EFF_MEM bit(1) /* stored entirely in-memory */
|
#define EFF_MEM bit(1) /* stored entirely in-memory */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue