From d0096ff89db297c22f078744e82101b3127b25a5 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Sun, 19 Jan 2025 18:05:00 -0300 Subject: [PATCH] Fix order of spr2defaults --- src/info.c | 10 +++++----- src/info.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/info.c b/src/info.c index 235d97c3b..4e934bb7e 100644 --- a/src/info.c +++ b/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, diff --git a/src/info.h b/src/info.h index 2b955a387..189200643 100644 --- a/src/info.h +++ b/src/info.h @@ -1156,7 +1156,7 @@ typedef enum playersprite SPR2_TALB, SPR2_TALC, - //Misc slots + // Misc slots SPR2_MSC0, SPR2_MSC1, SPR2_MSC2,