From e27724fbc9e55133c4ac5ea52603be614e4797ec Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 28 May 2005 08:20:07 +0000 Subject: [PATCH] Document implications of EFF_OWNER. --- include/file.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/file.h b/include/file.h index d1ffcf55..bf2c2bc7 100644 --- a/include/file.h +++ b/include/file.h @@ -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 */