diff options
author | rodri <rgl@antares-labs.eu> | 2023-10-01 00:18:57 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-10-01 00:18:57 +0000 |
commit | 44a3faf02ec337da6377fa9a00e4ea7cb7d4e913 (patch) | |
tree | 3bb0ce1ad060c74ff0d7f571780145293c4cfb49 /bts.c | |
parent | b221c56a6bb90de4631f4b2eb999db8dad05a006 (diff) | |
download | battleship-44a3faf02ec337da6377fa9a00e4ea7cb7d4e913.tar.gz battleship-44a3faf02ec337da6377fa9a00e4ea7cb7d4e913.tar.bz2 battleship-44a3faf02ec337da6377fa9a00e4ea7cb7d4e913.zip |
add a credits file, acknowledging people. add another sfx.
Diffstat (limited to 'bts.c')
-rw-r--r-- | bts.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1063,7 +1063,6 @@ threadmain(int argc, char *argv[]) matches = newmenulist(14*font->height, "ongoing matches"); game.state = Waiting0; - /* TODO add sfx */ initsound(); proccreate(soundproc, nil, mainstacksize); |