summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-03-26 14:45:11 -0400
committerSamuel Bronson <naesten@gmail.com>2013-03-26 14:45:11 -0400
commit7578187beb97c71c8deec96923a50784a83a7f7d (patch)
treea722eff6294710c9759552243e87352010c73de0 /crawl-ref/source/misc.h
parente12411f81de666ca78b86653f906b5cbd7cb6785 (diff)
downloadcrawl-ref-7578187beb97c71c8deec96923a50784a83a7f7d.tar.gz
crawl-ref-7578187beb97c71c8deec96923a50784a83a7f7d.zip
Style/arrangement nit in misc.h
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 2ef80ed1dd..ebaaff9c5d 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -120,9 +120,9 @@ bool stop_attack_prompt(targetter &hitfunc, string verb,
bool (*affects)(const actor *victim) = 0);
bool is_orckind(const actor *act);
-
bool is_dragonkind(const actor *act);
-void swap_with_monster(monster* mon_to_swap);
+
+void swap_with_monster(monster *mon_to_swap);
void wear_id_type(item_def &item);
void maybe_id_ring_TC();