comment formatting

This commit is contained in:
lachablock 2021-07-24 19:16:28 +10:00
parent 62529f748a
commit 98142864d7
2 changed files with 1 additions and 1 deletions

View file

@ -3385,6 +3385,7 @@ state_t states[NUMSTATES] =
{SPR_WBLZ, 0, -1, {NULL}, 0, 0, S_NULL}, // S_LIZARDMAN
{SPR_WBLN, 0, -1, {NULL}, 0, 0, S_NULL}, // S_LIONMAN
// Opulence
{SPR_OPUL, 0, -1, {NULL}, 0, 0, S_NULL}, // S_OPULENCE_PALMTREE
{SPR_OPUL, 1, -1, {NULL}, 0, 0, S_NULL}, // S_OPULENCE_FERN

View file

@ -4052,7 +4052,6 @@ typedef enum state
S_LIONMAN,
// Opulence
S_OPULENCE_PALMTREE,
S_OPULENCE_FERN,