summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc6
1 files changed, 3 insertions, 3 deletions
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<std::string> speak_txt_paths()
std::vector<std::string> txt_file_names;
std::vector<std::string> 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++)
{