From 67bcc60d62f03fcbec645cd103ee7b53c12de119 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 4 Aug 2007 22:00:02 +0000 Subject: Type-safety on mpr() and friends channel argument. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1970 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.h') diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h index f5095a916c..ef17edc96a 100644 --- a/crawl-ref/source/monstuff.h +++ b/crawl-ref/source/monstuff.h @@ -92,7 +92,8 @@ bool random_near_space( int ox, int oy, int &tx, int &ty, * spells2 - spells4 * *********************************************************************** */ bool simple_monster_message(const monsters *monster, const char *event, - int channel = MSGCH_PLAIN, int param = 0, + msg_channel_type channel = MSGCH_PLAIN, + int param = 0, description_level_type descrip = DESC_CAP_THE); /* *********************************************************************** -- cgit v1.2.3-54-g00ecf