From 38e827333b1b54e7388162ba5f9db5ef308fb96c Mon Sep 17 00:00:00 2001 From: ennewalker Date: Mon, 24 Mar 2008 04:23:58 +0000 Subject: Monster list fixes: * get_visible_monsters() now just silently returns descriptions * _mpr_monsters() now handles all printing of information * monster list is now written to a separate monster region (GOTO_MLIST) * added asserts to libutil that will catch behavior that breaks tile version * turned off monster list for tile version (until implemented) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3851 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/defines.h') diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h index d171254ade..a028036591 100644 --- a/crawl-ref/source/defines.h +++ b/crawl-ref/source/defines.h @@ -318,6 +318,7 @@ enum GotoRegion GOTO_MSG, // cprintf > message GOTO_STAT, // cprintf > character status GOTO_DNGN, // cprintf > dungeon screen + GOTO_MLIST,// cprintf > monster list GOTO_LAST // cprintf > last active region or CRT, if none }; -- cgit v1.2.3-54-g00ecf