From 2e379a184c6e109b57b30116bd0516a4ad752e99 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 6 Nov 2009 10:26:42 +0100 Subject: Explanatory comment. --- crawl-ref/source/mapcell.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crawl-ref/source/mapcell.h b/crawl-ref/source/mapcell.h index 45ef60f62e..336735a911 100644 --- a/crawl-ref/source/mapcell.h +++ b/crawl-ref/source/mapcell.h @@ -3,6 +3,13 @@ #include "show.h" +/* + * A map_cell stores what the player knows about a cell. + * These go in env.map. + * + * TODO: Remove property -- that should go in env.grid. + */ + struct map_cell { show_type object; // The object: monster, item, feature, or cloud. -- cgit v1.2.3-54-g00ecf