summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 21:35:27 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 21:35:27 +0000
commit28364e961a56dcc73cf7d15562d253d392745642 (patch)
treef79a2de686ab7edc2a8e3c8d064008111706baeb /crawl-ref/source/view.h
parent85d21b25c86fe94bbb39516fd8715530f308f605 (diff)
downloadcrawl-ref-28364e961a56dcc73cf7d15562d253d392745642.tar.gz
crawl-ref-28364e961a56dcc73cf7d15562d253d392745642.zip
Add more noise-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5318 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 357cfbf597..b0e6e0c2c4 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -105,7 +105,7 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
* called from: acr - effects - it_use2 - it_use3 - item_use - spell -
* spells - spells3 - spells4
* *********************************************************************** */
-bool noisy( int loudness, int nois_x, int nois_y, const char *msg = NULL );
+bool noisy(int loudness, int nois_x, int nois_y, const char *msg = NULL);
void blood_smell( int strength, int blood_x, int blood_y);
void handle_monster_shouts(monsters* monster, bool force = false);