diff --git a/Source/towners.cpp b/Source/towners.cpp index 359c2e5c5..b3fd713eb 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -10,10 +10,16 @@ BYTE *pCowCels; TownerStruct towner[16]; #ifndef SPAWN -const int snSFX[3][3] = { +const int snSFX[3][NUM_CLASSES] = { +#ifdef HELLFIRE + { PS_WARR52, PS_ROGUE52, PS_MAGE52, PS_MONK52, 0 }, // BUGFIX: add warrior sounds for barbarian instead of 0 - walk sound + { PS_WARR49, PS_ROGUE49, PS_MAGE49, PS_MONK49, 0 }, + { PS_WARR50, PS_ROGUE50, PS_MAGE50, PS_MONK50, 0 } +#else { PS_WARR52, PS_ROGUE52, PS_MAGE52 }, { PS_WARR49, PS_ROGUE49, PS_MAGE49 }, { PS_WARR50, PS_ROGUE50, PS_MAGE50 } +#endif }; #endif