aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-10-01 00:06:50 +0000
committerrodri <rgl@antares-labs.eu>2023-10-01 00:06:50 +0000
commitb221c56a6bb90de4631f4b2eb999db8dad05a006 (patch)
tree9ed5baabbf12fc4e6b97bd4777a4d5348e5536f7 /dat.h
parent9c377e4f25344a908f18f5154ac9143ffb9577e6 (diff)
downloadbattleship-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 'dat.h')
-rw-r--r--dat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index b7fa1f8..174f806 100644
--- a/dat.h
+++ b/dat.h
@@ -37,6 +37,11 @@ enum {
Borderwidth+MAPH*TH+Borderwidth+
Boardmargin,
+ SBG0 = 0,
+ SBG1,
+ SBG2,
+ NSOUNDS,
+
KB = 1024,
BY2MAP = (TBITS*MAPW*MAPH+7)/8,
};