mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
Fix order of spr2defaults
This commit is contained in:
parent
9142bfbf7d
commit
d0096ff89d
2 changed files with 6 additions and 6 deletions
10
src/info.c
10
src/info.c
|
@ -689,11 +689,6 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = {
|
|||
SPR2_TAL0, // SPR2_TALB,
|
||||
SPR2_TAL6, // SPR2_TALC,
|
||||
|
||||
SPR2_WAIT, // SPR2_CNT1,
|
||||
SPR2_FALL, // SPR2_CNT2,
|
||||
SPR2_SPNG, // SPR2_CNT3,
|
||||
SPR2_CNT1, // SPR2_CNT4,
|
||||
|
||||
0, // SPR2_MSC0,
|
||||
0, // SPR2_MSC1,
|
||||
0, // SPR2_MSC2,
|
||||
|
@ -705,6 +700,11 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = {
|
|||
0, // SPR2_MSC8,
|
||||
0, // SPR2_MSC9,
|
||||
|
||||
SPR2_WAIT, // SPR2_CNT1,
|
||||
SPR2_FALL, // SPR2_CNT2,
|
||||
SPR2_SPNG, // SPR2_CNT3,
|
||||
SPR2_CNT1, // SPR2_CNT4,
|
||||
|
||||
0, // SPR2_SIGN,
|
||||
0, // SPR2_LIFE,
|
||||
|
||||
|
|
|
@ -1156,7 +1156,7 @@ typedef enum playersprite
|
|||
SPR2_TALB,
|
||||
SPR2_TALC,
|
||||
|
||||
//Misc slots
|
||||
// Misc slots
|
||||
SPR2_MSC0,
|
||||
SPR2_MSC1,
|
||||
SPR2_MSC2,
|
||||
|
|
Loading…
Reference in a new issue