summaryrefslogtreecommitdiff
path: root/src/cmd6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd6.cc')
-rw-r--r--src/cmd6.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd6.cc b/src/cmd6.cc
index 0a5595fa..1752d9a8 100644
--- a/src/cmd6.cc
+++ b/src/cmd6.cc
@@ -3586,7 +3586,7 @@ void do_cmd_read_scroll(void)
cptr q = format("book-%d.txt", o_ptr->sval);
/* Peruse the help file */
- (void)show_file(q, NULL, 0, 0);
+ show_file(q, NULL);
/* Load screen */
screen_load();