mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-09 18:31:53 +00:00
Fuck this weird tabbing
This commit is contained in:
parent
62b45ff4b0
commit
ff1462898a
1 changed files with 539 additions and 539 deletions
|
|
@ -32,7 +32,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
||||||
various flags. See soundflags_t.
|
various flags. See soundflags_t.
|
||||||
*****/
|
*****/
|
||||||
// S_sfx[0] needs to be a dummy for odd reasons. (don't modify this comment)
|
// S_sfx[0] needs to be a dummy for odd reasons. (don't modify this comment)
|
||||||
// name, singularity, priority, pitch, volume, data, length, skinsound, usefulness, lumpnum
|
// name, singularity, priority, pitch, volume, data, length, skinsound, usefulness, lumpnum
|
||||||
{"none" , false, 0, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"none" , false, 0, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
|
|
||||||
// Skin Sounds
|
// Skin Sounds
|
||||||
|
|
@ -574,7 +574,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
||||||
{"kc6c", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"kc6c", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
{"kc6d", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"kc6d", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||||
{"kc6e", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
{"kc6e", false, 64, 0, -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},
|
||||||
{"klose", false, 64, 0, -1, NULL, 0, SKSLOSE, -1, LUMPERROR},
|
{"klose", false, 64, 0, -1, NULL, 0, SKSLOSE, -1, LUMPERROR},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue