Skip to content
Snippets Groups Projects
Commit d0096ff8 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix order of spr2defaults

parent 9142bfbf
No related branches found
No related tags found
No related merge requests found
...@@ -689,11 +689,6 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = { ...@@ -689,11 +689,6 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = {
SPR2_TAL0, // SPR2_TALB, SPR2_TAL0, // SPR2_TALB,
SPR2_TAL6, // SPR2_TALC, 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_MSC0,
0, // SPR2_MSC1, 0, // SPR2_MSC1,
0, // SPR2_MSC2, 0, // SPR2_MSC2,
...@@ -705,6 +700,11 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = { ...@@ -705,6 +700,11 @@ playersprite_t spr2defaults[NUMPLAYERSPRITES] = {
0, // SPR2_MSC8, 0, // SPR2_MSC8,
0, // SPR2_MSC9, 0, // SPR2_MSC9,
   
SPR2_WAIT, // SPR2_CNT1,
SPR2_FALL, // SPR2_CNT2,
SPR2_SPNG, // SPR2_CNT3,
SPR2_CNT1, // SPR2_CNT4,
0, // SPR2_SIGN, 0, // SPR2_SIGN,
0, // SPR2_LIFE, 0, // SPR2_LIFE,
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment