- Exhumed: Mark unused array SeqFlag[] as static and annotate it.

This commit is contained in:
Mitchell Richters 2023-04-06 18:53:14 +10:00
parent e9c9f070eb
commit fbddddcccc

View file

@ -53,7 +53,7 @@ int16_t nFlameHeight = 1;
static int16_t SeqBase[kMaxSequences];
static int16_t SeqSize[kMaxSequences];
int16_t SeqFlag[kMaxSequences];
static int16_t SeqFlag[kMaxSequences]; // not used at all.
int16_t FrameSound[kMaxSEQFrames];
int16_t FrameSize[kMaxSEQFrames];