summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-24 13:54:02 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-24 13:58:46 +0100
commit2fab1c1e1f4a8b8e67855e27537ed6797ea8d002 (patch)
treed7e6880b996181db5fce691914f9af9e07938f4f /crawl-ref/source/spl-summoning.h
parent356a7c0c03c3c4de73b4b2daa3fcd4906b3d835f (diff)
downloadcrawl-ref-2fab1c1e1f4a8b8e67855e27537ed6797ea8d002.tar.gz
crawl-ref-2fab1c1e1f4a8b8e67855e27537ed6797ea8d002.zip
Post-merge Skald cleanup
Numerous tweaks and code review: * Fix errors and save compat issues introduced by the merge * Formatting fixes * Some text and capitalisation tweaks * Clean up some leftover comments / code * Change some debugging messages to dprf * Move some bits of code to match enum positions
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 4d6c89cb16..92f988f3ab 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -93,7 +93,7 @@ spret_type cast_fulminating_prism(int pow, const coord_def& where, bool fail);
monster* find_spectral_weapon(const actor* agent);
spret_type cast_spectral_weapon(actor *agent, int pow, god_type god, bool fail);
-void end_spectral_weapon(monster* mons, bool killed, bool quiet=false);
+void end_spectral_weapon(monster* mons, bool killed, bool quiet = false);
bool trigger_spectral_weapon(actor* agent, const actor* target);
bool check_target_spectral_weapon(const actor* mons, const actor *defender);
bool confirm_attack_spectral_weapon(monster* mons, const actor *defender);