X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=902225268101cbf35aaf29d2de8e8a6d9fc7c2fd;hp=9b1bebd67ff6d1420296a162b895a30e0738c492;hb=b932f865a55d4be5f9f814b9d884bbce6cbe55b4;hpb=519a6668a2136256adb0faefedd356699443b538 diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 9b1bebd6..90222526 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -651,6 +651,49 @@ typedef struct //for 16_sd //========================================================================== + +///////////////////////////////////////////////// +// +// MUSE Header for .WL6 +// Created Tue Jul 14 15:04:53 1992 +// +///////////////////////////////////////////////// + +#define NUMSOUNDS 87 +//--#define NUMSNDCHUNKS 288 + +// +// Sound names & indexes +// +typedef enum { + HITWALLSND, // 0 + SELECTWPNSND, // 1 + SELECTITEMSND, // 2 + LASTSOUND + } soundnames; + +// +// Base offsets +// +#define STARTPCSOUNDS 0 +#define STARTADLIBSOUNDS 87 +#define STARTDIGISOUNDS 174 +#define STARTMUSIC 261 + +// +// Music names & indexes +// +typedef enum { + CORNER_MUS, // 0 + LASTMUSIC + } musicnames; + +///////////////////////////////////////////////// +// +// Thanks for playing with MUSE! +// +///////////////////////////////////////////////// + #pragma pack(push,1) typedef struct imf_entry {