From a5f8b4aaccf99929024188fb2253f1fa2b6b3f44 Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 15 Feb 2009 17:01:48 +0000 Subject: Lots more cleanups. Remove the sound-strength #defines because they're not used anymore (except for SL_SPLASH, which has been replaced by its value.) Change some #defines to const variables. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9087 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 146b32d571..08efe21cb4 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -286,7 +286,7 @@ bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift, else if (new_grid == DNGN_SHALLOW_WATER && !player_likes_water()) { if (!stepped) - noisy(SL_SPLASH, you.pos(), "Splash!"); + noisy(8, you.pos(), "Splash!"); you.time_taken *= 13 + random2(8); you.time_taken /= 10; -- cgit v1.2.3-54-g00ecf