diff options
author | rodri <rgl@antares-labs.eu> | 2023-10-02 12:56:47 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-10-02 12:56:47 +0000 |
commit | afdfefd352f5b2ce4f3248f3581067e6496d0c38 (patch) | |
tree | eb085190ab62fbd87f01c93fb7f482df008549a2 /dat.h | |
parent | d79098840557bb4687a2e6640728dd69c62bf3a3 (diff) | |
download | battleship-afdfefd352f5b2ce4f3248f3581067e6496d0c38.tar.gz battleship-afdfefd352f5b2ce4f3248f3581067e6496d0c38.tar.bz2 battleship-afdfefd352f5b2ce4f3248f3581067e6496d0c38.zip |
add more sfx and do some of their orchestration.
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ enum { SBG0 = 0, SBG1, SBG2, + SCANNON, + SWATER, + SVICTORY, + SDEFEAT, NSOUNDS, KB = 1024, |