summaryrefslogtreecommitdiff
path: root/src/help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.cc')
-rw-r--r--src/help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.cc b/src/help.cc
index a0847af1..be078d59 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -597,7 +597,7 @@ static bool_ triggered_help_hook(void *data, void *in, void *out)
{
triggered_help_type *triggered_help = (triggered_help_type *) data;
/* Not triggered before and trigger now? */
- if ((option_ingame_help) &&
+ if (options->ingame_help &&
(!p_ptr->help.activated[triggered_help->help_index]) &&
triggered_help->trigger_func(in,out))
{