mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-23 17:31:14 +00:00
- Exhumed: Mark unused array SeqFlag[]
as static and annotate it.
This commit is contained in:
parent
e9c9f070eb
commit
fbddddcccc
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue