From b221c56a6bb90de4631f4b2eb999db8dad05a006 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 1 Oct 2023 00:06:50 +0000 Subject: 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. --- dat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dat.h') 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, }; -- cgit v1.2.3