Add code to check for Infocom games that use bleeps, but don't set SOUND_FLAG.
authorDavid Griffith <dave@661.org>
Wed, 19 Jun 2019 08:27:55 +0000 (01:27 -0700)
committerDavid Griffith <dave@661.org>
Wed, 19 Jun 2019 08:27:55 +0000 (01:27 -0700)
commit61c12311a8cd58f6ca81c4888923a8589cd2b322
tree0018df3b797d4c818c74e66f81b8d4c236f84fbd
parent1e840024dfce7ed0e3fc970d4ed7efa493a5073f
Add code to check for Infocom games that use bleeps, but don't set SOUND_FLAG.

This may be useful later on when os_beep() is rewritten to make high and low
noises.  Right now this code does nothing.
src/common/fastmem.c
src/common/frotz.h
src/common/setup.h
src/common/sound.c
src/curses/ux_init.c