summaryrefslogtreecommitdiff
path: root/src/store.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/store.c
parent7e4fd1acfc86cd696803af855eca966ad27cffeb (diff)
Always show selections for inventory/equipment.
Diffstat (limited to 'src/store.c')
-rw-r--r--src/store.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/store.c b/src/store.c
index 9e9a77a6..7da01b87 100644
--- a/src/store.c
+++ b/src/store.c
@@ -3923,9 +3923,6 @@ void do_cmd_store(void)
/* Hack -- Cancel automatic command */
command_new = 0;
- /* Hack -- Cancel "see" mode */
- command_see = FALSE;
-
/* Mega-Hack -- Clear the 'ignore-keymaps' list */
memset(request_command_ignore_keymaps, 0, 12);
@@ -4393,9 +4390,6 @@ void do_cmd_home_trump(void)
/* Hack -- Cancel automatic command */
command_new = 0;
- /* Hack -- Cancel "see" mode */
- command_see = FALSE;
-
/* Mega-Hack -- Clear the 'ignore-keymaps' list */
memset(request_command_ignore_keymaps, 0, 12);