summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 00f8aaea03..87953d540f 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2241,7 +2241,7 @@ bool check_line_of_sight( int sx, int sy, int tx, int ty )
and changes its appearance - the appearance change is in monster_teleport
in mstuff2.
*/
-void mimic_alert(struct monsters *mimic)
+void mimic_alert(monsters *mimic)
{
if (mons_has_ench( mimic, ENCH_TP_I, ENCH_TP_IV ))
return;