Document implications of EFF_OWNER.

This commit is contained in:
Markus Armbruster 2005-05-28 08:20:07 +00:00
parent 4a67b91f8a
commit e27724fbc9

View file

@ -60,7 +60,9 @@ struct empfile {
*
* EFF_XY and EFF_GROUP assert that coordinates / group of such a
* 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_MEM bit(1) /* stored entirely in-memory */