mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Changed thundershield sound
This commit is contained in:
parent
45888ad593
commit
213911fa11
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…
Add table
Reference in a new issue