From 2aa69c8f83e2afd25a355bc1c70acb646f425b9f Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 27 May 2008 01:48:13 +0000 Subject: Added "error" channel for runtime errors, and changed error messages that used the "danger" or "warning" channels to use that. Sending an error message to the error channel has the side effect of interrupting all activity. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5276 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/hiscores.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/hiscores.cc') diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc index d9521e419c..d123e52c21 100644 --- a/crawl-ref/source/hiscores.cc +++ b/crawl-ref/source/hiscores.cc @@ -996,7 +996,7 @@ void scorefile_entry::init() // elsewhere. if (you.inv[d].plus < 0 || you.inv[d].plus >= NUM_RUNE_TYPES) { - mpr("WARNING: Buggy rune in pack!"); + mpr("WARNING: Buggy rune in pack!", MSGCH_ERROR); // Be nice and assume the buggy rune was originally // different from any of the other rune types. num_diff_runes++; -- cgit v1.2.3-54-g00ecf