This commit is contained in:
Paul 2001-06-15 14:59:40 +00:00
parent 8ff10e3444
commit 945fd2d8b9
6 changed files with 24 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -259,6 +259,21 @@ static SFXDETAILS s_sfxDetails[CSoundMediator::NUM_SFXIDS]=
{ 1, 106, 0 }, // SFX_FRONT_END__SELECT { 1, 106, 0 }, // SFX_FRONT_END__SELECT
{ 1, 107, 0 }, // SFX_FRONT_END__ERROR { 1, 107, 0 }, // SFX_FRONT_END__ERROR
{ 1, 108, 0 }, // SFX_FRONT_END__OK { 1, 108, 0 }, // SFX_FRONT_END__OK
{ 3, 109, 0 }, // SFX_KAPOW_V1*
{ 3, 110, 0 }, // SFX_KAPOW_V2*
{ 3, 111, 0 }, // SFX_KAPOW_V3*
{ 1, 112, 0 }, // SFX_SPLAT
{ 3, 113, 0 }, // SFX_SECRET_AREA*
{ 1, 114, 0 }, // SFX_LAND_ON_JELLYFISH
{ 3, 115, 0 }, // SFX_SPLASH*
{ 3, 116, 0 }, // SFX_BARREL_V1*
{ 3, 117, 0 }, // SFX_BARREL_V2*
{ 1, 118, 0 }, // SFX_ACORN_FALL
{ 1, 119, 0 }, // SFX_ACORN_BOUNCE
{ 1, 120, 0 }, // SFX_CLAM_SNAP
{ 1, 121, 0 }, // SFX_CAR_START
{ 1, 122, 0 }, // CAR_SLOW_DOWN
}; };
// Reverb details // Reverb details

View file

@ -139,6 +139,15 @@ public:
SFX_WORLD_OBJECT__CURRENTS, SFX_WORLD_OBJECT__CURRENTS,
SFX_ZOMBIE_FISH_FOLK, SFX_ZOMBIE_FISH_FOLK,
SFX_FRONT_END__MOVE_CURSOR, SFX_FRONT_END__SELECT, SFX_FRONT_END__ERROR, SFX_FRONT_END__OK, SFX_FRONT_END__MOVE_CURSOR, SFX_FRONT_END__SELECT, SFX_FRONT_END__ERROR, SFX_FRONT_END__OK,
SFX_KAPOW_V1, SFX_KAPOW_V2, SFX_KAPOW_V3,
SFX_SPLAT,
SFX_SECRET_AREA,
SFX_LAND_ON_JELLYFISH,
SFX_SPLASH,
SFX_BARREL_V1, SFX_BARREL_V2,
SFX_ACORN_FALL, SFX_ACORN_BOUNCE,
SFX_CLAM_SNAP,
SFX_CAR_START, CAR_SLOW_DOWN,
NUM_SFXIDS NUM_SFXIDS
}; };