- GCC warning fixes (GCC stupidity for the most part.)
SVN r3154 (trunk)
This commit is contained in:
parent
1ea5cc8bd8
commit
1993e969b7
38 changed files with 152 additions and 119 deletions
|
|
@ -268,7 +268,7 @@ static const hexenseq_t HexenSequences[] = {
|
|||
{ NAME_DoorCreak, { HexenDoorSeq(3), HexenLastSeq } },
|
||||
{ NAME_DoorMetal2, { HexenDoorSeq(9), HexenLastSeq } },
|
||||
{ NAME_Wind, { HexenEnvSeq(10), HexenLastSeq } },
|
||||
{ NAME_None }
|
||||
{ NAME_None, {NULL} }
|
||||
};
|
||||
|
||||
static int SeqTrans[64*3];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue