summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:35:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:35:07 +0000
commit92590163b50118c9a3987154fd272abc026dbf15 (patch)
tree73a451235e96eb69e950e5ccce8b196c2f593303 /crawl-ref/source/monstuff.h
parent6d9c0a98182ec97151698c33e8139b3c812be734 (diff)
downloadcrawl-ref-92590163b50118c9a3987154fd272abc026dbf15.tar.gz
crawl-ref-92590163b50118c9a3987154fd272abc026dbf15.zip
Add minor cosmetic cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4380 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 104b0fcffb..ee8e077005 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -89,8 +89,8 @@ void monster_cleanup(monsters *monster);
/* ***********************************************************************
* called from: monstuff beam effects fight view
* *********************************************************************** */
-void behaviour_event( monsters *mon, int event_type,
- int src = MHITNOT, int src_x = 0, int src_y = 0 );
+void behaviour_event( monsters *mon, int event_type,
+ int src = MHITNOT, int src_x = 0, int src_y = 0 );
/* ***********************************************************************
* called from: fight - it_use3 - spells