summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorIxtli <cg@325i.org>2010-05-03 11:24:43 +0900
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-05-04 23:45:06 +0530
commitcd15fe398a267ab9f890250f28036a702bdf2596 (patch)
tree7fdeaa9ccc28bfe2637b6cac813a37c5742e84c4 /crawl-ref/source/env.h
parent5a59108b0370ed3aa353192bbec306f7249258b1 (diff)
downloadcrawl-ref-cd15fe398a267ab9f890250f28036a702bdf2596.tar.gz
crawl-ref-cd15fe398a267ab9f890250f28036a702bdf2596.zip
Changed structs that acted like classes to classes
Anything that had more than constructors, const or static member functions, or operator definitions were considered acting like classes.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 13a527a64b..35dbe8899c 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -9,7 +9,6 @@
typedef FixedArray<short, GXM, GYM> grid_heightmap;
struct crawl_environment
{
-public:
unsigned char rock_colour;
unsigned char floor_colour;