mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-22 20:01:14 +00:00
Shell hit sound can travel further
This commit is contained in:
parent
5f60eb68a4
commit
f833222fe6
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
||||||
{"mkitmF", true, 72, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"mkitmF", true, 72, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
{"clash", false, 64, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"clash", false, 64, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
{"tossed", false,150, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"tossed", false,150, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
{"shelit", false, 64, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"shelit", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
|
|
||||||
// SRB2kart - Skin sounds
|
// SRB2kart - Skin sounds
|
||||||
{"kwin", false, 64, 0, -1, NULL, 0, SKSWIN, -1, LUMPERROR},
|
{"kwin", false, 64, 0, -1, NULL, 0, SKSWIN, -1, LUMPERROR},
|
||||||
|
|
Loading…
Reference in a new issue