summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
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);