summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-03 15:20:21 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-03 15:20:21 -0500
commit121e1004f78927110fa6d435dbdd3250569cc891 (patch)
tree6509eb826873d8baf6d6fa6ce1abbc6a5912c29e /crawl-ref/source/mapmark.h
parent577c0fd1c35c602553c2c23f1e51ecb8b27416b2 (diff)
downloadcrawl-ref-121e1004f78927110fa6d435dbdd3250569cc891.tar.gz
crawl-ref-121e1004f78927110fa6d435dbdd3250569cc891.zip
Remove unused radius parameter from corruption map markers.
Diffstat (limited to 'crawl-ref/source/mapmark.h')
-rw-r--r--crawl-ref/source/mapmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index 62cd8fe722..65cacb885e 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -99,7 +99,7 @@ public:
static map_marker *read(reader &, map_marker_type);
public:
- int duration, radius;
+ int duration;
};
// A marker powered by Lua.