summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-07 12:37:19 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-07 12:37:19 +0000
commitfa0e36a06cd154cc1d529dd7645ae47fab8af000 (patch)
tree0443c217f381944a95650df9aa3cbc4b8004879b /crawl-ref/source/beam.h
parent80efbb31cad981ef99a5526b895a040fb930d46a (diff)
downloadcrawl-ref-fa0e36a06cd154cc1d529dd7645ae47fab8af000.tar.gz
crawl-ref-fa0e36a06cd154cc1d529dd7645ae47fab8af000.zip
Zappiness type safety.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1412 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 42848c9465..3ff7792e47 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -94,7 +94,7 @@ bool check_line_of_sight( int sx, int sy, int tx, int ty );
void mimic_alert( struct monsters *mimic );
-void zapping( char ztype, int power, struct bolt &pbolt );
+void zapping( zap_type ztype, int power, struct bolt &pbolt );
int affect(struct bolt &beam, int x, int y);