FINALLY implemented Fuel/Dash regen sounds.

This commit is contained in:
Mari the Deer 2022-04-19 18:40:23 +02:00
commit cc0f5c01ba
7 changed files with 30 additions and 5 deletions

View file

@ -17,7 +17,8 @@ enum ESWWMGZChannels
CHAN_AMBEXTRA = 63211, // player ambience when submerged
CHAN_DEMOVOICEAUX = 63212, // extra channel to make oneliner voices louder
CHAN_DEMOVOICEAUX2 = 63213, // how many more channels do I need???
CHAN_DEMOVOICEAUX3 = 63214 // oh god, the loudening
CHAN_DEMOVOICEAUX3 = 63214, // oh god, the loudening
CHAN_FUELREGEN = 63215 // sound of fuel regenerating
};
const FallbackTag = "AWESOME IT'S PENIS"; // used on tag processing, please don't mind the actual string used)