mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 13:00:54 +00:00
Fuck this weird tabbing
This commit is contained in:
parent
00d2038d61
commit
b93ec25c83
1 changed files with 539 additions and 539 deletions
|
@ -32,7 +32,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
various flags. See soundflags_t.
|
||||
*****/
|
||||
// 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},
|
||||
|
||||
// Skin Sounds
|
||||
|
@ -574,7 +574,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"kc6c", 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},
|
||||
|
||||
{
|
||||
// SRB2kart - Skin sounds
|
||||
{"kwin", false, 64, 0, -1, NULL, 0, SKSWIN, -1, LUMPERROR},
|
||||
{"klose", false, 64, 0, -1, NULL, 0, SKSLOSE, -1, LUMPERROR},
|
||||
|
|
Loading…
Reference in a new issue