mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Wrong order here
This commit is contained in:
parent
118d9caad1
commit
2564d2f017
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…
Reference in a new issue