summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 12:05:36 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 12:05:36 -0600
commit19f31f51d98e052b94fdf8b574af1574b5959d4e (patch)
tree3bea31b0c9c6d3761f2da9aaddebef2bc62709f5 /crawl-ref/source/beam.h
parent69feb1883c7251bc3fe5cfc6de0063efefa6b083 (diff)
downloadcrawl-ref-19f31f51d98e052b94fdf8b574af1574b5959d4e.tar.gz
crawl-ref-19f31f51d98e052b94fdf8b574af1574b5959d4e.zip
Add formatting fix.
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 0bb218e6cf..c06a382ac2 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -314,7 +314,8 @@ bool enchant_monster_with_flavour(monster* mon, actor *atk,
bool enchant_monster_invisible(monster* mon, const string &how);
-spret_type mass_enchantment(enchant_type wh_enchant, int pow, bool fail = false);
+spret_type mass_enchantment(enchant_type wh_enchant, int pow,
+ bool fail = false);
bool poison_monster(monster* mons, const actor* who, int levels = 1,
bool force = false, bool verbose = true);