Allow for alternative Blorb file at command line for curses, sdl, and dumb.
authorDavid Griffith <dave@661.org>
Sat, 6 Jul 2019 02:12:26 +0000 (19:12 -0700)
committerDavid Griffith <dave@661.org>
Sun, 7 Jul 2019 02:25:34 +0000 (19:25 -0700)
commit7dd9f809211ac6b976e9269112eca95637098285
tree18b886ef4812c850ad767736a2247b1dbae6beaa
parentf21e925a4005c5af9abe23447ead13eb7f51bf0e
Allow for alternative Blorb file at command line for curses, sdl, and dumb.

Doing this for the SDL interface is proved a bit 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
doc/sfrotz.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
src/sdl/sf_resource.c
src/sdl/sf_util.c