Allow for alternative Blorb file at command line for dumb and curses.
authorDavid Griffith <dave@661.org>
Fri, 5 Jul 2019 00:43:12 +0000 (17:43 -0700)
committerDavid Griffith <dave@661.org>
Fri, 5 Jul 2019 00:43:12 +0000 (17:43 -0700)
commit1c3b46f9475b7bb8763e6589a3080c6825ff2fa3
tree383da749b1612ed3a21c542b4ee540f8754f076c
parent1994a4975ec02aaff2a4dff2e082c2d1c9301840
Allow for alternative Blorb file at command line for dumb and curses.

Doing this for the SDL interface is proving troublesome because it's not
very clear where stuff is being set and where not.  After the audio
overhaul release, I want to overhaul the SDL interface code to make it
as closely resemble as feasible that of the curses interface.
doc/dfrotz.6
doc/frotz.6
src/common/setup.h
src/curses/ux_blorb.c
src/curses/ux_init.c
src/dumb/dumb_blorb.c
src/dumb/dumb_init.c