mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-04 07:21:01 +00:00
Fix clash sound flags not being carried over
This commit is contained in:
parent
b009bddd3b
commit
29c9448148
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"s256", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"s257", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"s258", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"s259", false, 96, 0, -1, NULL, 0, -1, -1, LUMPERROR}, // Item clashing
|
||||
{"s259", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Item clashing
|
||||
{"s25a", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"s25b", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"s25c", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
|
|
Loading…
Reference in a new issue