summaryrefslogtreecommitdiff
path: root/src/cmd3.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-04-16 20:35:48 +0200
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:26:32 +0200
commita82d2275b5e3cebf845580c30c2779855c889a93 (patch)
treebed6a7a275c333c0bfe4ef7aef88b8d6ece4b9cf /src/cmd3.c
parent7e4fd1acfc86cd696803af855eca966ad27cffeb (diff)
Always show selections for inventory/equipment.
Diffstat (limited to 'src/cmd3.c')
-rw-r--r--src/cmd3.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd3.c b/src/cmd3.c
index 34d841d4..c728756a 100644
--- a/src/cmd3.c
+++ b/src/cmd3.c
@@ -68,9 +68,6 @@ void do_cmd_inven(void)
/* Process normal keys */
else
{
- /* Hack -- Use "display" mode */
- command_see = TRUE;
-
/* Mega-Hack -- Don't disable keymaps for this key */
request_command_inven_mode = TRUE;
}
@@ -133,9 +130,6 @@ void do_cmd_equip(void)
/* Process normal keys */
else
{
- /* Enter "display" mode */
- command_see = TRUE;
-
/* Mega-Hack -- Don't disable keymaps for this key */
request_command_inven_mode = TRUE;
}