summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index c064975b82..e2aab124d6 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -592,21 +592,6 @@ private:
int shot_damage(actor& act);
};
-struct map_cell
-{
- short object; // The object: monster, item, feature, or cloud.
- unsigned short flags; // Flags describing the mappedness of this square.
- unsigned short colour;
- unsigned long property; // Flags for blood, sanctuary, ...
-
- map_cell() : object(0), flags(0), colour(0), property(0) { }
- void clear() { flags = object = colour = 0; }
-
- unsigned glyph() const;
- bool known() const;
- bool seen() const;
-};
-
class map_marker;
class reader;
class writer;