mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Wrong order here
This commit is contained in:
parent
9ff5e2d2e2
commit
7505fb72a8
1 changed files with 4 additions and 4 deletions
|
|
@ -890,15 +890,15 @@ typedef enum
|
||||||
|
|
||||||
sfx_kwin,
|
sfx_kwin,
|
||||||
sfx_klose,
|
sfx_klose,
|
||||||
sfx_kslow,
|
sfx_khurt1,
|
||||||
|
sfx_khurt2,
|
||||||
sfx_kattk1,
|
sfx_kattk1,
|
||||||
sfx_kattk2,
|
sfx_kattk2,
|
||||||
sfx_kbost1,
|
sfx_kbost1,
|
||||||
sfx_kbost2,
|
sfx_kbost2,
|
||||||
sfx_khurt1,
|
sfx_kslow,
|
||||||
sfx_khurt2,
|
|
||||||
sfx_kgloat,
|
|
||||||
sfx_khitem,
|
sfx_khitem,
|
||||||
|
sfx_kgloat,
|
||||||
|
|
||||||
// free slots for S_AddSoundFx() at run-time --------------------
|
// free slots for S_AddSoundFx() at run-time --------------------
|
||||||
sfx_freeslot0,
|
sfx_freeslot0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue