From 2a2fa0501ba9b66b85d5c7c2070036d45eb2b79d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 10 Mar 2008 16:24:19 +0000 Subject: Rename speak.txt to monspeak.txt, and noise.xt to wpnnoise.txt as I keep thinking noise should refer to dungeon noises. Also, fix a wrong variable name for orc speech. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3585 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/database.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/database.cc') diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc index ee772c2b5b..853d5a9a4a 100644 --- a/crawl-ref/source/database.cc +++ b/crawl-ref/source/database.cc @@ -678,9 +678,9 @@ static std::vector speak_txt_paths() std::vector txt_file_names; std::vector paths; - txt_file_names.push_back("speak"); // monster speech - txt_file_names.push_back("noise"); // noisy weapon speech - txt_file_names.push_back("insult"); // imp/demon taunts + txt_file_names.push_back("monspeak"); // monster speech + txt_file_names.push_back("wpnnoise"); // noisy weapon speech + txt_file_names.push_back("insult"); // imp/demon taunts for (int i = 0, size = txt_file_names.size(); i < size; i++) { -- cgit v1.2.3-54-g00ecf