summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 342779b2..840094c1 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -5625,7 +5625,7 @@ void play_game(bool_ new_game)
/* Initialize hooks */
init_hooks();
- ingame_help(p_ptr->help.enabled);
+ init_hooks_help();
/* React to changes */
Term_xtra(TERM_XTRA_REACT, 0);