mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 04:50:55 +00:00
Changed thundershield sound
This commit is contained in:
parent
73c66e3bc4
commit
23090e82b5
3 changed files with 3 additions and 1 deletions
|
@ -2715,7 +2715,7 @@ static void K_DoThunderShield(player_t *player)
|
|||
fixed_t sx;
|
||||
fixed_t sy;
|
||||
|
||||
S_StartSound(player->mo, sfx_s3k45);
|
||||
S_StartSound(player->mo, sfx_zio3);
|
||||
//player->kartstuff[k_thunderanim] = 35;
|
||||
P_NukeEnemies(player->mo, player->mo, RING_DIST/4);
|
||||
|
||||
|
|
|
@ -813,6 +813,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"hogbom", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"ddash", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"dbgsal", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"zio3", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
|
||||
// SRB2kart - Skin sounds
|
||||
{"kwin", false, 64, 0, -1, NULL, 0, SKSWIN, -1, LUMPERROR},
|
||||
|
|
|
@ -885,6 +885,7 @@ typedef enum
|
|||
sfx_hogbom,
|
||||
sfx_ddash,
|
||||
sfx_dbgsal,
|
||||
sfx_zio3,
|
||||
|
||||
sfx_kwin,
|
||||
sfx_klose,
|
||||
|
|
Loading…
Reference in a new issue