summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-07-06 11:34:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-07-06 11:34:34 +0200
commit52402486755a725e4b306dea26dc912f4749e97d (patch)
tree4f8acd19006e6df905f363ed5903ba025e726007 /crawl-ref/source/los.cc
parent725b7bd79f2c28aba188ae0768bb5bbb5e416fa0 (diff)
downloadcrawl-ref-52402486755a725e4b306dea26dc912f4749e97d.tar.gz
crawl-ref-52402486755a725e4b306dea26dc912f4749e97d.zip
Make a few random functions static.
Diffstat (limited to 'crawl-ref/source/los.cc')
-rw-r--r--crawl-ref/source/los.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index 8dde2d3b5c..cc157f298f 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -475,7 +475,7 @@ bool complexity_lt( const std::pair<int,int>& lhs,
}
// Cast all rays
-void raycast()
+static void raycast()
{
static bool done_raycast = false;
if (done_raycast)