Browse Source

[hellfire] CowSFX bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
e84ff301a9
  1. 8
      Source/towners.cpp

8
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

Loading…
Cancel
Save