Changed thundershield sound

This commit is contained in:
Latapostrophe 2018-09-22 01:15:04 +02:00
parent 73c66e3bc4
commit 23090e82b5
3 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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},

View File

@ -885,6 +885,7 @@ typedef enum
sfx_hogbom,
sfx_ddash,
sfx_dbgsal,
sfx_zio3,
sfx_kwin,
sfx_klose,