diff options
author | rodri <rgl@antares-labs.eu> | 2023-10-01 00:06:50 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-10-01 00:06:50 +0000 |
commit | b221c56a6bb90de4631f4b2eb999db8dad05a006 (patch) | |
tree | 9ed5baabbf12fc4e6b97bd4777a4d5348e5536f7 /mkfile | |
parent | 9c377e4f25344a908f18f5154ac9143ffb9577e6 (diff) | |
download | battleship-b221c56a6bb90de4631f4b2eb999db8dad05a006.tar.gz battleship-b221c56a6bb90de4631f4b2eb999db8dad05a006.tar.bz2 battleship-b221c56a6bb90de4631f4b2eb999db8dad05a006.zip |
add a mixer and some background sfx.
also postponed the connection establishment
until the subsystem initialization is
complete. there's no point in taking a seat
you're going to leave milliseconds after
a local resource failure.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,10 +11,12 @@ OFILES=\ parse.$O\ util.$O\ menulist.$O\ + mixer.$O\ HFILES=\ dat.h\ fns.h\ + mixer.h\ </sys/src/cmd/mkmany |