From 1c8fbc7467560766775fe9aba26261031f47c16e Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 1 Jun 2008 01:55:53 +0000 Subject: Outsource weird sounds. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5386 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index b80e276fc6..4a9ef1d06f 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -2424,6 +2424,11 @@ std::string weird_smell() return getMiscString("smell_name"); } +std::string weird_sound() +{ + return getMiscString("sound_name"); +} + bool scramble(void) { // Statues are too stiff and heavy to scramble out of the water. -- cgit v1.2.3-54-g00ecf