summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 12:27:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 12:27:44 +0000
commite2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca (patch)
tree1d43038d0854d8178360c12ffe2f1684fb3ffcde /crawl-ref/source/acr.cc
parentcf8808bec66f666af120b9c4fad666a558d0e989 (diff)
downloadcrawl-ref-e2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca.tar.gz
crawl-ref-e2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca.zip
Rework xx and V to use monster_pane_info() to benefit from the
difficulty comparison and sorting functions. Make V work as a shortcut for xx, but keep the original monster listing (now repaired) for the dump. Most of the monster_pane_function struct and functions are now also included in Tiles compiles, even though the monster list itself is still not available. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6800 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 754da29a37..cb9454e8c8 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2048,7 +2048,7 @@ void process_command( command_type cmd )
break;
case CMD_FULL_VIEW:
- mpr(mpr_monster_list().c_str());
+ full_describe_view();
break;
case CMD_WIELD_WEAPON: