From f9f02d4608de3018e30de455bcb0b926e1d6c826 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 26 Sep 2019 13:03:09 -0700 Subject: [PATCH] Remove duplicate -I flag from sfrotz. Sfrotz was using this as an undocumented way to specify an alterate setup file (alternate .sfrotz file). Having a duplicate -I flag meant that it was impossible to set the interpreter number. --- src/sdl/sf_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sdl/sf_util.c b/src/sdl/sf_util.c index f1cb6a6..8001e87 100644 --- a/src/sdl/sf_util.c +++ b/src/sdl/sf_util.c @@ -264,8 +264,6 @@ static void parse_options(int argc, char **argv) user_names_format = copt; if (c == '@') m_reslist_file = zoptarg; - if (c == 'I') - m_setupfile = zoptarg; if (c == 'f') user_foreground = num; if (c == 'F') -- 2.34.1