From 9baafaff5ead3056dbd3ae531d1560faf02e50b7 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 5 Feb 2016 19:22:46 +0100 Subject: Simplify show_file function signature --- src/bldg.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bldg.cc') diff --git a/src/bldg.cc b/src/bldg.cc index 7095e8c3..dc82f4ac 100644 --- a/src/bldg.cc +++ b/src/bldg.cc @@ -332,7 +332,7 @@ static bool_ gamble_comm(int cmd) if (cmd == BACT_GAMBLE_RULES) { /* Peruse the gambling help file */ - (void)show_file("gambling.txt", NULL, 0, 0); + show_file("gambling.txt", NULL); } else { @@ -760,7 +760,7 @@ static void town_history(void) screen_save(); /* Peruse the building help file */ - (void)show_file("bldg.txt", NULL, 0, 0); + show_file("bldg.txt", NULL); /* Load screen */ screen_load(); -- cgit v1.2.3